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

    Hey guys,

    The transparent header is not working on my website. When I try to use it, the result is no header until I begin to scroll down, then my normal header appears. I need help correcting this problem.

    Thanks!

    #354386

    Hi JPOsteen!

    Not sure what it could be off the top of my head. Try deactivating all plugins to see if it goes away. If your still having problems then send us a link and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    #356447
    This reply has been marked as private.
    #356786

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency {
    display: block;
    }

    Cheers!
    Yigit

    #357049

    Didn’t work

    #357065

    Hey!

    Please try adding !important rule as following

    .av_header_transparency {
    display: block !important;
    }

    Regards,
    Yigit

    #360021

    Thanks Yigit, it worked.

    How do I remove the shadow from underneath the header only when it is transparent?

    #360234

    Hi!

    Add this:

    .av_header_transparency #header_main {
        box-shadow: none !important;
    }

    Regards,
    Josue

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