Hi
I would like to change the backgroundcolor of the menu items. only i want to use diff. colors for every menuitem.
Ive activated the colored button in the menu item and it turn blue now, i like the way it looks. now i need to change the color off the blocks.
When i mouse over i would like them to turn white of somting like that
tnx!
Hi c3computers!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-261 > a > span.avia-menu-text {
background-color: orange!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
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
Hi Yigit,
ive added the code and i get this:
It isnd full filled like the blue one. It looks like is lays on top of the blue one.
Hi!
Please go to Appearance > Menus and choose not to display menu items as buttons. Then change the code to following one
li#menu-item-261 a {
background-color: red!important;
}
Regards,
Yigit
Sweet tnx!
i got is this far http://c3computers.c3dev.nl/
whene is scroll, can the menu always stay ‘transparant’?
So that the extra background doest come in and it changes styles
Hi!
Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605
Cheers!
Yigit