Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #397233

    Hi!
    I have little issue, in my main menu the last button, “Contact us”, the mouseover effect doesn’t cover correctly the button, only a part of it. Any ideas?
    Thank you!

    #397303

    Hey!

    Adding this code to the Quick CSS will fix it:

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a{
        padding-right: 13px;
    }

    Cheers! 
    Josue

    #397751
    This reply has been marked as private.
    #397826

    Hi!

    Try with this:

    #top .iconbox.av-no-box .iconbox_icon:hover {
        background: red !important;
    }

    Change as needed.

    Regards,
    Josue

    #403136

    Thanks a lot Josue!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main menu button’ is closed to new replies.