Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #926670

    Dear

    How do I set a color for the masonry filter if a category has been selected?

    Thanks in advance!

    #927110

    Hey Boeckske23,

    Do you mean that you want to change the colour of the category which is active? Please post a link to where we can see the element in question as well.

    Best regards,
    Rikard

    #927202

    Yes

    #927285

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    /*----------------------------------------
    // CSS - Masonry Sotr filter
    //--------------------------------------*/
    
    /* Active sort filter */
    #top .av-masonry .active_sort {
        background: #000;
    
        padding: 0 10px;
    }
    
    #top .av-masonry .active_sort span{
    color: #FFF!important;
    }
    

    Best regards,
    Vinay

    #927315

    Perfect!
    Solved!

    #927373

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘masonry filter active/selected color’ is closed to new replies.