Home › Forums › Support › Color with transparency in navigation submenu background when hovering › Reply To: Color with transparency in navigation submenu background when hovering
March 22, 2016 at 1:00 pm
#180926
I tried this:
.main-navigation ul ul li a:hover {
background-color: rgba(249, 249, 244, 0.8)!important;}
with no good result. But I tried this:
.main-navigation ul ul li a:hover {
background-color: rgba(249, 249, 244, 0)!important;}
Changing the transparency to 0 now it is ok. There was like a overlay of the transparency or something like this. I dont know if this is the best solution but it works.
There is still an issue. The current link. I dont know how to put the background transparency in the element when I am in that page of the menu (“background current” in the colors addon).
Thanks a lot.