Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1117770

    Hi,

    unfortunately there is still a little problem:

    on header visibility with no transparency
    the links in the main menu are white – like on pages with transparent and glassy header.
    As the background is white the links are not visible
    the get visible as soon as you scroll down

    The Logo Area font color is
    #333333
    as well as the Logo Area secondary font color
    in Advanced Styling the Main Menu Links are
    #ffffff
    for a better visibility on my dark images on pages with transparent and glassy header.

    Best regards and thanks a lot
    Bettina

    #1118346

    Hey Bettina,

    Provide a link to the site.

    Best regards,
    Jordan Shannon

    #1118360

    Hey Jordan,

    sorry that I bother so much.

    Best regards
    Bettina

    #1118633

    Hi,
    Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }
    .html_header_glassy #top #header .av-main-nav > li > a .avia-menu-text {
    color: #fff !important;
    }
    .html_header_glassy #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

    #1118636

    Hi Mike,

    thank you for your support unfortunately it doesn’t work on the pages with no transparency.

    It works now on the home page which has a transparent and glassy header. There was a tiny period when the main menu links where not seen but I didn’t bother about that and now that is solved

    I guess there should be something in addition like:
    .html_header_no_transparency #top #header .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }
    I tried that but it didn’t work

    Best regards
    Bettina

    #1118881

    Hi Bettina,

    I adjusted the code for you, please check the website.

    Best regards,
    Victoria

    #1118883

    Hi Victoria

    perfect!
    Thank you so much

    Best regards
    Bettina

    #1118943

    Hi Bettina,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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