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

    HI
    I have hard time to style menu for my website. Can you help?
    Everything looks almost good but when you go to “Solutions” or “Products” page, drop down menu doesn’t look good.
    I don’t want blue font background color in regular state. I only want it on hoover and current state.

    don't want

    The website is in maintenance mode so you need to login to view it.

    This is my quick css
    .home main {
    padding-top:0 !important;
    }

    .phone-info {
    font-size:20px;
    color: #c3512f !important;
    }
    .avia-content-slider .slide-meta { display: none; }

    .text-slider .maintitle, .text-slider .subtitle {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
    }

    #menu-item-383 > a > .avia-menu-text { color: #c3512f; }

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: transparent;
    color: #333333;
    border-bottom: 0px !important;
    }

    a:hover .avia-menu-text {
    background-color: #0e76bc !important;
    color: #fff !important;
    }

    .current-menu-item span.avia-menu-text {
    background-color: #0e76bc !important;
    color: #fff !important;
    }

    .sub-menu > li > a {
    opacity:1;

    }
    .sub-menu > li:hover > a {
    color: #ffffff !important;
    font-weight: bold !important;
    background: #0e76bc !important;
    border: #333333 !important;
    }

    Thank you

    #918306

    Hey ilonka78,

    Can you try to remove the background color in this code:

    a:hover .avia-menu-text {
        background-color: #0e76bc !important;
        color: #fff !important;
    }

    and add this css code:

    #top .av-main-nav .sub-menu li a:hover {
        background-color: #0e76bc !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #918522

    Thank you
    I tried and didn’t work. Nothing changed. I don’t know where is this blue bg coming from. Could you take another look? Thank you

    #918538

    Hi!

    I changed following code in Quick CSS field

    .current-menu-item span.avia-menu-text {
    background-color: #0e76bc !important;
    color: #fff !important;
    }
    

    to following one

    .header_color .main_menu ul:first-child > li.current-menu-item > a > .avia-menu-text {
    background-color: #0e76bc !important;
    color: #fff !important;
    }
    

    Please review your website :)

    Regards,
    Yigit

    #918813

    Looks great now. Thank you. We can close it :)

    #918948

    Hi,

    Glad that Yigit helped you! Thanks for using Enfold and have a nice day :)

    Best regards,
    Nikko

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