How to modify the hovered white rectangular area circled in red?
And additionally:
Rounding
Opacity
Size
Hey aribann,
Please provide a link to the site/page where the button is so we can look into this issue further.
Best regards,
Jordan Shannon
attached
Hi,
To have sure about your question, do you want to change the white background color?
Best regards,
John Torvik
I want to control the rectangular hover state
So the rectangles
color
size
opacity
Hi,
Try adding the following to quick css to control they style of that element:
.header_color .main_menu .menu ul li a:hover, .header_color .av-subnav-menu ul a:hover {
background-color: #f8f8f8;
border-radius: 50px;
}
Best regards,
Jordan Shannon
Thanks
Do you have a method to reveal hover states of CSS and freezing that state so the code can be copied?
Hi,
Did you try to inspect the element in question in a browser like Chrome or Firefox? You can select to show the hover state code in the inspector in the browser.
Best regards,
Rikard
Thanks for making me think!
I got it by reading
https://stackoverflow.com/questions/4515124/see-hover-state-in-chrome-developer-tools
:)