Hello,
I’m very happy with Enfold v3.0.
I would like to know how to change the colour for a button in the main menu (for the border or the button itself).
I’m probably missing something but I don’t see an option for modification, and I end up with the theme colour only.
I can I change that ?
Thanks a lot
Hi Emmanuelppp!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-menu-button > a .avia-menu-text {
border-color: red;
}
Regards,
Yigit
Thank you.
Thant works for a bordered buttong but what about a full colour button?
I’ve tried to tweak the code but wasn’t successful :/
Hey!
Please go to Enfold theme options > Advanced Styling tab and edit “main menu links”
Cheers!
Yigit
Thank you, but that doesn’t change the button’s color.
The code you provided before is working, but only if I set the button as “bordered” and not for “colored”.
A part of the code says “border-color:” I tried to change it to “color” only but it’s not working unfortunately.