Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #560746

    Greetings. We are using a transparent header (glass) on our homepage. Is it possible to have the header remain transparent when scrolling down in sticky header mode rather than switch to black (the default color based on our color scheme selection)? Is there a sticky header background setting somewhere I am missing? Thanks for your help!

    #560754

    Hey AirstreamCoach!

    Please do use the following

    header#header.av_header_transparency {
    background-color: rgba(255,255,255,0.7);
    }

    and let us know if it works as you need.

    Best regards,
    Basilis

    #561976

    Hello interested in this as well, though the code you provided does not work.

    The transparency should remain when you try to scroll. Currently it is white with a bit of opacity.

    #562026

    Hey!

    Please refer to this post – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605

    Best regards,
    Yigit

    #562050

    Thanks, i just checked that post didnt help me though in my case.

    I am using the transparent header option, with sticky header only.

    #562330

    Hi @george,

    Could you provide us with a link to the site in question so that we can take a closer look please? Please start a new thread next time.

    Thanks,
    Rikard

    #562976

    Added them to private content

    #563059

    Hey!

    We are unable to login to the backend with regular wordpress backend login URL it is giving a 404 error is there a customized login URL?
    please provide a working login URL so we can further troubleshoot and resolve this.

    Best regards,
    Vinay

    #563062

    Yes sorry, adding this now in private

    #563744

    Hey!

    Are you trying to keep the header transparent on scroll? Please add this code in the Quick CSS field:

    .header_color .header_bg {
        background: transparent;
    }

    Regards,
    Ismael

    #563746

    Excellent!! thank you very much!

    #564331

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

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