Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1049954

    Hello,
    I’m working on a new website:
    On the header, I have 2 menus and my question is how to change the color of them. From black to white.

    Thank you,
    Metàfora

    #1050173

    Hi Metàfora

    This should not be too hard to achieve.
    Could you please post the link to the website here?

    Cheers
    Michael

    #1050981

    Hi,

    Please replace following code

    .sub_menu {
        float: left;
        z-index: 2;
        font-size: 11px;
        line-height: 30px;
        position: relative;
        top: 10px;
    }

    with following

    .sub_menu {
        float: left;
        z-index: 2;
        font-size: 11px;
        line-height: 30px;
        position: relative;
    }

    Then delete following

    @media only screen and (min-width: 601px) {
    #mega-menu-wrap-avia2 {
        background: #222;
    }}

    and add following

    #header_meta a.mega-menu-link {
        color: black;
    }

    If this does not help, please post a screenshot and show the changes you would like to make.

    @michaelH Thanks for your help!

    Best regards,
    Yigit

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