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

    Hi,

    I would like to add a “SORT BY” just before the categories on a portfolio grid and put the “ALL” in the end, do you know which file I should modify and how? Many thanks in advance for your support.

    Olivia

    #260198

    I forget to also ask : is there a way to style the “active” filter so that people know what they see. ideally change opacity of inactive filters? Thanks for your help!

    #260237

    Hi!

    Please add followind code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #js_sort_items a:first-child:before { content: 'Sort by '; color: green; }
    .main_color #js_sort_items a.active_sort { opacity: 1!important; }
    #js_sort_items a { opacity: 0.3; }

    Cheers!
    Yigit

    #261058

    Thanks perfect !

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add a "SORT BY" just before the portfolio categories filter’ is closed to new replies.