Menu Item Hover Background-color
-
I build a web page with twenty twenty two theme. I customize a little css. I want the menu entries to get a background-color #c27113 when hovering with the mouse. css:
.wp-block-navigation .wp-block-navigation-item a:hover, .wp-block-navigation .wp-block-navigation-item a:focus { background-color: #c27113; color: #f6f6f6;
}`
How do I get it so it fills out the full navigation bar height and half the pixels left and right to the next menu item?
The page I need help with: [log in to see the link]
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Menu Item Hover Background-color’ is closed to new replies.