hi Team
Could you provide me a code to style the Sorting Options above the Accordion?
I’d like to have the text white, bigger and centred. The hover style is good as it is, red text and underlined.
thanks for helping in advance! love ur theme!!!
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .taglist a:not(.activeFilter), #top .taglist .tag-seperator {
color: white;
}
#top .taglist a:hover {
color: #d10003;
}
.taglist {
font-size: 20px;
text-align: center;
}
Best regards,
Yigit
Thanks, works perfectly!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit