Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258217

    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!!!

    #1258253

    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

    #1259897

    Thanks, works perfectly!

    #1259909

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Accordion Sorting Font Style’ is closed to new replies.