Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #478395

    I successfully got to a point where I was able to adjust the styling but 2 issues came up. First, the hover does not fill the nav area top and bottom. Second, my last link (Contact) is not active anymore. Suggestions?

    Thanks!

    Mike

    #478428

    Hey Mike!

    Remove this from Quick CSS:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
      width: 100%;
      height: 55px;
    }
    
    .avia-menu.av-main-nav-wrap {
      padding-top: 10px;
    }

    And add this instead.

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 55px;
        line-height: 55px;
    }

    Regards,
    Josue

    #478437

    Thanks! Quick question, how do I hide the search icon on the nav bar?

    Mike

    #478442

    Hi!

    There’s an option for that in Theme Options (Header > Extra elements).

    Cheers!
    Josue

    #478444

    Thanks!!

    #478460

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.