-
AuthorPosts
-
March 24, 2023 at 1:07 pm #1402298March 24, 2023 at 4:05 pm #1402340
Hi Anna_Tewes,
Thanks for providing the screenshot.
I tried to go to the URL shown in the screenshot however it seems to require username and password to view it.
Can we request for it? just post the credentials privately.Best regards,
NikkoMarch 27, 2023 at 10:26 am #1402608March 28, 2023 at 10:23 am #1402737Hi Anna_Tewes,
Thanks for giving us the link to the page.
I tried to check it in mobile but I don’t see any issue on my end, screenshot in private content.
Can you try to clear the browser cache on your phone? and see if it helps.Best regards,
NikkoMarch 28, 2023 at 10:46 am #1402746hey, I fixed it! Thank You!
Is it possible, that the header is transparent on mobil and when you start scrolling the header appears with white bg (same as desktop).
Thank you
March 28, 2023 at 11:05 am #1402752Hi Anna_Tewes,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .html_mobile_menu_tablet #top #wrap_all #header, .html_mobile_menu_tablet #top #wrap_all #header .header_bg { background-color: transparent; } .html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency { background-color: white; } }Best regards,
NikkoMarch 28, 2023 at 1:21 pm #1402782Thank you!
Now this is the situation:
At the start it has a white BG. When you start scrolling it becomes transparent.
But I need at the start transparent header and while scrolling white BG.
Best regards
PhilippMarch 28, 2023 at 4:31 pm #1402796Hi Philipp,
I see, it seems my code is reversed, please use this CSS code instead:
@media only screen and (max-width:767px) { .html_mobile_menu_tablet #top #wrap_all #header.av_header_transparency { background-color: transparent; } .responsive #top #main { padding: 0 !important; } }Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.

