Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #235883

    The transparent header function is loading custom background header image thus nullifying the transparent effect

    Maybe fixed in next update? Thanks

    #236034

    Hi ttem!

    How are you? I hope you’re doing well today.

    Can you please give us a link to the website? We would like to inspect it.

    Cheers!
    Ismael

    #236036
    This reply has been marked as private.
    #236329

    Hey!

    Please add following code to Quick CSS

    .header_color { background: none; }

    Cheers!
    Yigit

    #236525

    Hi Yigit,

    That did improve it as the slider images are appearing behind the semi opaque custom header background image so thank you for that.
    Though the custom header background image is still there. Any ideas?

    Thank you for helping!

    #236996

    Hi!

    Please update Enfold to the latest version 2.6.1 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If not, let us know!

    Regards,
    Yigit

    #237129

    Hi Yigit,

    Yes I’ve already updated to 2.6.1

    Have you tested the transparent header effect when a custom background image has been set in header settings?
    Just want to rule out that its not some other settings in my site they may be interfering.

    • This reply was modified 10 years, 8 months ago by ttem.
    #238009

    Hi!

    Yes, the background image will still be active even if you activate the “transparent” header option. This is not a bug but intentional because many users use the background image to add a transparent png/gif pattern to the header and they also want to use it with the transparent header option. If you don’t want to display the background image at all please insert following code into the quick css field:

    
    #top .header_color.av_header_transparency, #top .header_color.av_header_transparency .header_bg{
    background-image: none;
    }
    

    Regards,
    Peter

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