Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #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.
    #1175748

    Hey oogopslag,

    Can you provide a link to the site/page in question so we can look into this further?

    Best regards,
    Jordan Shannon

    #1175900
    This reply has been marked as private.
    #1176134

    Hi,

    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,
    Basilis

    #1176138
    This reply has been marked as private.
    #1176405

    Hi oogopslag,

    Do you mean, you want to hide the blue area above the logo?

    
    #top #header.header-scrolled #header_meta {
        display: none;
    }
    

    Best regards,
    Victoria

    #1176414
    This reply has been marked as private.
    #1176475

    Hi 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,
    Victoria

    #1176506
    This reply has been marked as private.
    #1176986

    Hi,

    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,
    Ismael

    #1177233
    This reply has been marked as private.
    #1177815

    Hi oogopslag,

    If you don’t want the image to show, you need to remove it in the Theme options > Website Styling tab
    Image 2020-01-23 at 19.15.21.png

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

    #1178056
    This reply has been marked as private.
    #1178590

    Hi,

    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,
    Ismael

    #1178633

    Excellent, thank you!

    #1179176

    Hi oogopslag,

    Glad we could help :)

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

    #1185593
    This reply has been marked as private.
    #1185699

    Hi oogopslag,

    Best regards,
    Victoria

    #1185722
    This reply has been marked as private.
    #1185733

    Hi oogopslag,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1185745
    This reply has been marked as private.
    #1185810

    Hi oogopslag,

    This code is the one that makes the header transparent on mobile, but your header customizations require further adjustments.

    Best regards,
    Victoria

    #1186128
    This reply has been marked as private.
    #1187946

    Hi,

    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

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