This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hello,
I have take a screnshot of my main menu, i would like to add it some lines to separate them better, also would like to have them changing color wen hovering to a greyish or similar and maybe also underline, i send a picture in wich i draw what i mean:
https://prnt.sc/oo3uqa
I also think that each menu category is maybe with to mutch space between them?
Thanks!
Hello,
Add this code in Theme Options > Custom CSS:
.menu-wrapper > .menu-main-container .menu > li,
.menu-wrapper > .menu-main-container .menu > li:hover {
border-right: 1px solid #89c674 !important;
}
li#menu-item-7278 {
border: none !important;
}
.menu-wrapper > .menu-main-container .menu > li:hover:after {
content: "";
width: 50%;
height: 1px;
background-color: #89c674;
display: block;
position: absolute;
bottom: 0;
left: 25%;
}
Hover color you can change via Theme Options > Typography > Menu > Menu 1 level (hover, active).
Space between menu items can be changed in Theme Options > Menu Menu styling > Main menu links > Menu links Paddings (left and right).
Regards
Thanks but wen i try to add that code in global custom css it gives me an error…
Also hoover does not seem to work….
Can you please check i leave my data.
Thanks!
1) Add the code in “Custom CSS for desktop” area.
2) The hover color works fine http://prntscr.com/oo4one Please clear cache.
Regards
You must be logged in to reply to this topic.Log in/Sign up