CSS target top menu Integrity theme

Hi,

Would like to do some css changes in the top menu (the menu on the main top bar of the website) but I cant seem to get the right css labels, the changes I do in top menu also reflect in the submenus. Would kindly like to ask for your advice the right css labels for this?
Thank you

Rachanee

Hi Rachanee,

May I know what changes you would like for your top menu.

Please note that color and fonts can be changed under Theme Options > Header > LINKS – TEXT

Thanks

Thanks I think I need the css code as I just want to add a border around a menu item and a different color when I hover

Hi there,

You may add a class to the menu item then target that menu item using the class you added.

Add the class to the CSS Classes option of the menu item.

If you are not seeing this option, click on the Screen Options area that you can find on the top right part of the page then enable CSS Classes.

Once the class is added, you may target the menu item using the class like:

.the-menu-item a {

}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.