-
AuthorPosts
-
October 6, 2020 at 9:23 am #1250770
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
LeneOctober 12, 2020 at 5:39 am #1252177Hey 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,
IsmaelOctober 12, 2020 at 10:51 am #1252227This reply has been marked as private.October 14, 2020 at 11:23 am #1252741This reply has been marked as private.October 15, 2020 at 8:03 am #1252940Hi,
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,
IsmaelOctober 15, 2020 at 12:08 pm #1252984This reply has been marked as private.October 16, 2020 at 3:53 pm #1253293Hi Sachs,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
