-
AuthorPosts
-
January 17, 2020 at 8:54 pm #1175650
I’m using the transparent header with a background image on SOME pages. This overrides the background image set in the Theme Options > Logo Area. But when scrolling to the top the Logo area background image (.av_minimal_header) is shown when you are nearly at the top. This is quite ugly (two background images).
How can the Logo are background image be completely hidden when scrolling, on pages where the transparent header is used?
- This topic was modified 4 years, 10 months ago by byallmeans.
January 18, 2020 at 5:22 am #1175748Hey oogopslag,
Can you provide a link to the site/page in question so we can look into this further?
Best regards,
Jordan ShannonJanuary 18, 2020 at 8:32 pm #1175900This reply has been marked as private.January 19, 2020 at 10:13 pm #1176134Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisJanuary 19, 2020 at 10:22 pm #1176138This reply has been marked as private.January 20, 2020 at 8:18 pm #1176405Hi oogopslag,
Do you mean, you want to hide the blue area above the logo?
#top #header.header-scrolled #header_meta { display: none; }
Best regards,
VictoriaJanuary 20, 2020 at 8:30 pm #1176414This reply has been marked as private.January 20, 2020 at 9:44 pm #1176475Hi oogopslag,
Can you disable caching and minification for now?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 20, 2020 at 11:12 pm #1176506This reply has been marked as private.January 22, 2020 at 2:11 am #1176986Hi,
Thank you for the info.
The header should have a background on scroll by default, but it’s not displaying because of the following css code.
.header-scrolled .header_bg { display: none !important; background-color: #ffffff !important; }
It was added in the Quick CSS field.
Best regards,
IsmaelJanuary 22, 2020 at 5:38 pm #1177233This reply has been marked as private.January 23, 2020 at 7:16 pm #1177815January 24, 2020 at 10:05 am #1178056This reply has been marked as private.January 27, 2020 at 8:13 am #1178590Hi,
Thank you for the clarification.
We added the following css code in the Quick CSS field to disable the background image on pages with transparent headers.
.html_header_transparency .header_bg { background: none !important; }
Best regards,
IsmaelJanuary 27, 2020 at 10:54 am #1178633Excellent, thank you!
January 28, 2020 at 8:52 pm #1179176Hi oogopslag,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 18, 2020 at 11:26 am #1185593This reply has been marked as private.February 18, 2020 at 3:19 pm #1185699Hi oogopslag,
Best regards,
VictoriaFebruary 18, 2020 at 4:13 pm #1185722This reply has been marked as private.February 18, 2020 at 4:29 pm #1185733Hi oogopslag,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 18, 2020 at 5:24 pm #1185745This reply has been marked as private.February 18, 2020 at 8:06 pm #1185810Hi oogopslag,
This code is the one that makes the header transparent on mobile, but your header customizations require further adjustments.
Best regards,
VictoriaFebruary 19, 2020 at 5:55 pm #1186128This reply has been marked as private.February 26, 2020 at 5:21 am #1187946Hi,
Sorry for the delay. Can we access the site? We would like to check the css code and adjust them if necessary. If not, you can try this css code to make the header transparent on mobile view.
#top #wrap_all .av_header_transparency, #top #header_main > .container .main_menu .avia-menu { background-color: transparent; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.