Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have a client who would like the color & sizing of the main menu customized.
I have already modified the main container color to a grey & it translated over to the menu container. But he would like to try & see if the menu container area could be a different color. For the main menu area, he would like that black with white lettering and possibly make it thinner.
Any help would be appreciated
Hi irishdreaming
Here are a set of selectors you can use to edit the main menu. Insert into Appearance > Custom CSS and edit as required:
/* Pitch Main Menu */ul#mainmenu-menu {background: #ccc !important;border: 1px solid #E2E2E2;}ul#mainmenu-menu li.menu-item {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;font-size: 11px !important;font-weight: bold !important;}ul#mainmenu-menu li.menu-item a {color: #5e5e5e;}ul#mainmenu-menu li.menu-item a:hover {background: #F9F9F9;}