Issues with fonts in Accordions

Ticket for: Accordions Combo
0
Issues with fonts in Accordions 1
scott6
Jul 25, 2023 01:46 AM 1 Answers
Member Since Mar 2019
Subscribed Subscribe Not subscribe
Flag(0)

I have 2 accordions on one site - both have the same style settings but display different fonts. No matter the setting one shows Serif and can't be changed. Is there a place outside the plugin 'style' screen to change fonts and style. When I try inline styles they are over ridden. Customize does the same.

2 Subscribers
Issues with fonts in Accordions 1
Issues with fonts in Accordions 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Issues with fonts in Accordions 4
Azizul Raju
Jul 25, 2023
Flag(0)

You can write custom CSS to change the family.
First, go to the Edit mode of your accordion.
Then copy the CSS code below and paste it under Custom scripts => Custom CSS option.
Screenshot: https://ibb.co/Bt1Cs4R
Code to copy:
.accordions .accordion-content{
font-family: sans-serif !important;
}

Issues with fonts in Accordions 5
scott6
- Jul 26, 2023 04:32 AM
Flag (0)
0

Hello Azizul – Thanks for your quick reply. The code worked. Much thanks!

Sign in to Reply
Replying as Submit