Hi Enfold Team
I have 2 issues with the FAQ widget with regards to the font size and colour links.
1)Font size from 15px to 17px
The CSS-script has changed most of the font size in the FAQ apart from in listing:
– See on this page under akupunktur ->http://tandlaegecanter.flywheelsites.com/vaerd-at-vide
– Or on print screen screen here: https://imgur.com/P7vRnmK
Inserted CSS-script
.toggle_content p {
font-size: 17px;
}
2) Colur links
In the FAQ all links are still underlined instead of colored.
Inserted CSS-script
.toggle_content p a {
color: #dac7a6;
}
.toggle_content p and .toggle_content p a
1) Should those be placed in the Custom ID Attribute or Custom CSS Class?
2) if so should there be a symbol between the two?
Thanks
&
Best regards
Lene
Hey Lene,
Thank you for the inquiry.
1.) The toggler title is set to 17px by default when the style is set to elegant. We could use this css code to adjust the font size manually.
.js_active .av-elegant-toggle .toggler {
font-size: 15px;
}
2.) This should change the color of the links inside the toggle section.
#top .av_toggle_section a {
color: #dac7a6!important;
}
Best regards,
Ismael
Hi,
Sorry for the delay. We did not find the recommended css code anywhere in the site, so we added it again in the Quick CSS field. The modification changed the font size of the toggler and the color of the links inside the toggle content. Please remove the browser cache prior to checking the page.
Best regards,
Ismael
Hi Sachs,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria