-
AuthorPosts
-
February 5, 2022 at 11:33 pm #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;
}February 6, 2022 at 5:37 pm #1339187Hey 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,
MikeFebruary 6, 2022 at 10:39 pm #1339222Thank 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!February 6, 2022 at 10:57 pm #1339226Hi,
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,
MikeFebruary 7, 2022 at 9:59 am #1339286Thank you Mike!! Now it works!
February 7, 2022 at 12:59 pm #1339336Hi,
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 -
AuthorPosts
- The topic ‘Caching Header?’ is closed to new replies.