change colour backround menu
Dear All
I do not manage to find where the settings are for this
menu backrounds (see red arrows - want it white/transparent).
I also want the parting line
(see blue arrow) to disappear.
menu backrounds (see red arrows - want it white/transparent).
I also want the parting line
(see blue arrow) to disappear.
Comments
.sidebar .widget_nav_menu ul{
Thanksbackground:transparent !important;
}
.sidebar .widget_nav_menu ul li::after{
border:none !important;
}
but it does not work jet.
You cannot enter text into Custom CSS field.
It makes an issue for the script - When script doesn't know what to do, it stops reading next instructions.
Cheers.
Just saw that there is still a coulour difference (see red arrow): the menu background is slightly grey.
Thank you!
.sidebar, .widget-area::before {Thanksbackground:rgba(255,255,255,1) !important;
}
https://wp.cosmetix.ch/cosmetx/diverses/wachs-paraffin/
.sidebar a:hover{Thankstext-decoration:none !important;
}