Tagged: font size, Font-color, menu, sortable
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.
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
What would be the CSS if I wanted to also change the size of the sortable menu item in the Masonry?