Hi
I could do with a little advice.
I’m no CSS king and my client wants to change the hover and active states on the menu. Basically he wants a blue box to appear around the menu button, but only say 5 pixels around the actual text and not the entire height of the menu. He then wants the same box to appear behind the text when the page is active.
Any help would be appreciated.
Gonzob
Hi gonzobrum!
Thank you for using our theme!
Please add this on Quick CSS or custom.css:
.av-main-nav > li > a {
line-height: 20px !important;
height: 20px !important;
background: blue;
margin: 0 5px;
top: 30px;
position: relative;
}
Cheers!
Ismael
Thanks Ismeal, I was really impressed with the speed of the reply!
I used your instructions and it worked great.
Now the client wants the menu to look like this example : http://hogash-demo.com/kallyas_wp/
Any advice would be great
Many thanks again
Gonzob
Hey!
Please review your website now. You can find custom CSS code i added in Quick CSS field. Please adjust them as needed
Cheers!
Yigit
Hey!
It was only custom CSS in Quick CSS field and transparent header. I set it back to no transparency – http://i.imgur.com/a9NgWe4.png
Regards,
Yigit
many thanks!