Hello,
I would like the shop menu button to stand out from the others. How can i make the shop red and leave all the other menu buttons the same color?
Thanks
Hey iaemedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change page ID to match your shop menu item’s ID
#menu-item-2473 a { color: red; }
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit