Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #283774

    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

    #283830

    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

    #284269

    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

    #284295

    Hey!

    Can you post the link to your website?

    Regards,
    Yigit

    #284329
    This reply has been marked as private.
    #284334

    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

    #284472
    This reply has been marked as private.
    #284481

    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

    #284490

    many thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu hover’ is closed to new replies.