Tagged: 

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

    As you know, the Portfolio sort text is a single color. My client would like to individually color the sort options. Is this possible? Look at this page for reference:

    http://seacuisine.com/test-skewers/

    I would like to have individual colors for:

    • Carb Loading
    • Feeling’ Some Flavor
    • I’m feeling Daring
    • Kid Approved
    • Protein Please
    • Summer Slim down

    James

    #663508

    Hey larrystick,

    Thanks for getting in touch with us!

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

    a.carb-loading_sort_button span {
        color: #345abc;
    }
    
    a.feeling-some-flavor_sort_button span {
        color: #fa5abc;
    }
    
    a.im-feeling-daring_sort_button span {
        color: #ffc2ab;
    }
    
    a.kid-approved_sort_button span {
        color: #abcd24;
    }
    

    Change the colors as you wish and follow the code structure for the other two categories. Let me know if you need further assistance.

    Best regards,
    Jordan

    #663564

    Tremendous! Thanks so much.

    #663568

    Hi,

    You’re most welcome :)

    Feel free to start a new topic if you require assistance with anything else.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.