Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #639578

    Hi.

    I am setting a page to have a transparent header and all works ok, however the top menu does not have any settings to apply so that it is a different colour like the main menu does..

    So when this page is transparent the main menu items are white as set here..

    Trans

    However the top menu items are black and they also need to white, If i change them to white in the top menu settings then when you scroll down you cant read them on the white header..

    #639585

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #639588

    Wow that was fast Its on a demo server

    #639591

    Some code in your style.css is overwriting the submenu coloring:

    .sub_menu > ul > li > a, .sub_menu > div > ul > li > a {
    color:#000 !important;
    font-size:13px !important;
    font-weight:normal !important;
    }

    Default value should be color: inherit;.

    #639593

    Sorry so what should i do? Im not so good with this..

    #639596

    Remove color:#000 !important; from that snippet.

    #639597

    Ok i just did that but have a look now,

    The first 3 menu items are now white but are light grey when not on a transparent menu / scroll down.

    Im not sure whats going on here they should be black on the white back ground and white on transparent..

    #639604

    Remove color:#000 !important; from:

    #avia2-menu li:nth-child(4) a,#avia2-menu li:nth-child(5) a,#avia2-menu li:nth-child(6) a {background-color: transparent !important;color:#000 !important; padding: 0px !important;font-size:13px !important}
    

    And:

    #header .phone-info.with_nav > span {  color: #000 !important;
      font-size: 13px !important;
      font-weight: normal !important;
    
    }
    
    #639605

    Changing but not close,

    Please see again..

    #639607

    Looks good to me, the phone color is not changing because the color: #000 !important; it’s still set there in style.css.

    #639610

    In safari and chrome it looks like this scroll down the white header is wrong..

    3 items are light grey and the rest are white and cant be seen..

    • This reply was modified 8 years, 6 months ago by mmsdev.
    #640156

    Hi,

    I see all the links show up fine on chrome please check the screenshot attached. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #640460

    There was some conflicting code in the style.css

    SOLVED Many thanks –

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Transparent Top menu’ is closed to new replies.