I’m using transparent header and button(colored) style menu items.
I only want to button background under the menu to show up when hover.
I tried with that
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: transparent;
}
and it works by hiding button color on regular state but now how to make the color to show up when mouse over on the menu item?
I also don’t want any border below or around this button and it is showing now.
Website is under maintenance mode, you need to login to see it.
Thank you
I was actually able to acheve this with that code in case somebody is looking for solution:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: transparent;
color: #333333;
border-bottom: 0px !important;
}
a:hover .avia-menu-text {
background-color: #0e76bc !important;
color: #fff !important;
}
.current-menu-item span.avia-menu-text {
background-color: #0e76bc !important;
color: #fff !important;
}
Yes. We can close it. Thanks
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon