Accordion Font Size + Automatic Closing of Tabs
Hello,
1. I'd like to change the font size of the title in the accordion.
I was able to change the font within the tab using <p style>
But when I tried changing the font size of the title using <p style fontsize> or <font size>, both mess up.
2. I'd like for the other tabs to close when they one is clicked (only 1 open at all times).
Is there any option for the other tabs to close automatically?
You can see the page here:
The accordion is under "Tour FAQs"
Thank you
Comments
2. There is only an option to open the first tab on page load, just edit it and you will find the option.
1. Try to use <p style="font-size:20px;">text</p>
thanks