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

    editing in advanced styling only changes the active state color, not the rollover. I need them to be the same.

    site

    #1099386

    Hey hostworks,

    I am seeing the hover and active as black. Was this resolved?

    Best regards,
    Jordan Shannon

    #1099396

    No, the hover is blue and the red is active. I’d like both to be red.
    image

    #1099422

    Hi,

    Add this to quick css:

    .html_header_top .header_color .main_menu ul:first-child ul{
    border-top-color:#b02b2b!important;
    }

    Best regards,
    Jordan Shannon

    #1099430

    Yes, that did it. Any chance I can make it taller to stand out more?

    #1099439

    Hi,

    Not with the hover as that is a border. You can make the active line taller though.

    Best regards,
    Jordan Shannon

    #1099445

    That would be helpful.

    #1099449

    Never mind, I figured it out:
    .avia-menu-fx {
    height: 5px;
    background: #b02b2b!important;
    }

    THANKS again!

    #1099682

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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