Tagged: enfold menu
Hi,
I need to have the buttons menu in diferent colours, not just like words in line. It´s this possible?
This is my website: http://www.dentestet.co.uk
This is an example of what I want: http://kriesi.at/themes/brightbox/
Thank You very much.
Hey teotaban!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li a:hover { color: white; background-color: orange; }
Regards,
Yigit
Hi,
Thanks, it is a step but I need something closer to the example sent :)
When a page is open, the button might remain colored?
May I have a colored border in the drop down menu?
Thanks
Hi!
You can use this to change the background color of the current menu item:
.current-menu-item.current_page_item {
background: orange;
background-color: orange;
}
Best regards,
Ismael
HI,
is another well done step and thank you very much for that. :)
I love working with your templates because you take care of your customers and help us with good solutions for our questions or wishes. Congratulations and thank you again.
One last question: do you have any solution for a colored frame in the drop down menu?
Thank you again :)
Hey!
Please add following code to Quick CSS as well and adjust as needed
#top #header .avia_mega_div > .sub-menu { border: 5px solid blue; }
Regards,
Yigit
Thank you :) :) :) you are the best! Thank You :)