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

    The sortable menu for the gallery is great but I need it to be slightly bigger and slightly darker. I can find no way of doing this. Any help is appreciated.

    #206068

    Hey spatton!

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

    #js_sort_items { font-size: 16px; }
    .main_color #js_sort_items a.active_sort { color: black; }
    .main_color #js_sort_items a { color: gray; }

    Cheers!
    Yigit

    #379747

    What would be the CSS if I wanted to also change the size of the sortable menu item in the Masonry?

    #380305

    Hey!

    Please add following code to Quick CSS as well

    .av-sort-by-term {
    font-size: 18px;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font Size for Sortable Menu items’ is closed to new replies.