Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25418

    trying to chage the style of the “arrow” and “hover” elements for the current and hover states in the main navigation. just want it to be 10px tall and a solid color. any help?

    #126907

    Hi viper92664,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .header_color .avia-menu-fx {
    background-color: #333;
    height: 10px;
    }
    #top .avia-arrow-wrap {
    display: none;
    }
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #333;
    }

    Change the color code as needed.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Rollover and Current Page highlight under tab’ is closed to new replies.