Hi. I want to style my login button on the top right of my screen just like in one of the enfold demo’s here:
http://kriesi.at/themes/enfold-restaurant-one-page/#about
(my site is at http://www.cxgroup.co).
How can I get that done?
thanks! Ken
Hi kenreimer!
Please go to Appearance > Menus and change Menu Style of menu item as needed- http://i.imgur.com/9SINCzb.png
Best regards,
Yigit
thanks! Oversaw that one…
Hi,
This sets the button’s colour as the theme’s one.
Is there a way to change that ?
For example, I selected the theme color as blue, butI want an orange colored button ?
Thank you
Hi!
Try adding this to your custom CSS.
.av-menu-button-colored .avia-menu-text {
background-color: orange !important;
border-bottom: darkorange !important;
}
Cheers!
Elliott
Hello Elliott,
It works perfectly, thank you.