Hi guys,
Thanks for a lovely theme!
I currently have four menu items in the top menu and I would like to change the background color of one of these. Is this possible? The menu id that I would like to change is id=”menu-item-152″.
If it cannot be changed, then I would like to change the text color instead.
Best regards
Mikko
Hi Mikko!
Thank you for choosing Enfold :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#menu-item-152 { background-color: red; }
Regards,
Yigit
Are you sure that works? At least when I tried it, nothing changes…
For example this works:
#menu-item-152 { font-size: 20px; }
But as said, the color does not work…
Hey!
Can you please post the link to your website and point out menu item you would like to change? Code works fine on my local installtion. Maybe you are targetting wrong menu item ID?
Best regards,
Yigit
Hi!
I actually realized that I have another css that is overruling the color. Problem fixed!
Thanks :)