Hi team
i was wondering if i could,and how could i custumize my menu item area to look like this one https://www.franfinance.fr/?
apply unique colors for each item,and the red and black buttons tha change color as we hover over it (blue and black in my case) along with the search bar icon style and size
thank you guys
Hey chriswho1,
You can target individual menu item by using their unique ID’s, if you inspect the menu items in question in your browser then you will find it. For example:
#menu-item-12058 .avia-menu-text {
color: blue;
}
You can display your menu items as buttons by selecting Button Style in the Menu Style option under Appearance->Menus.
Best regards,
Rikard
thank you.but how do i acess these menu items css section? and if change it to blue,can i chose the shade of blue in css?
Hi,
You can find the ID of each menu item if you inspect them in your browser. You can use any colour, here are a few examples: https://www.color-hex.com/.
Best regards,
Rikard