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

    Hello,

    I programmed a transparent header and all worked fine till now. There’s a white Backgropund in the Logo Section again.
    Perhaps because of a caching plugin? Could I write an exception for the Header so he does not touch it?

    Thank you!

    this is in my css:
    ` .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: transparent!important;
    }

    #1339187

    Hey Monika,
    Thanks for your login, for your homepage you have this css making the header white even though you have the transparent header set:

    .av-logo-container {
        background-color: #ffffff !important;
    }

    I added this css so that when you have the transparent header set the logo-container background will also be transparent:

    #top #header.av_header_transparency .av-logo-container {
        background-color: transparent!important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1339222

    Thank you!

    It’s transparent in the beginning, but it’s getting still white when I’m scrolling and the Logo gets smaller.

    I deleted the first css with the white Header, but it’s still white when I’m scrolling.
    I cleared the cache, but still no change.

    Could you please check?
    Thank you!

    #1339226

    Hi,
    Thanks for the feedback, I checked again but the header looks transparent to me, please see the screenshot in the Private Content area, of where I scrolled down to a black area.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1339286

    Thank you Mike!! Now it works!

    #1339336

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Caching Header?’ is closed to new replies.