• Hello!
    I would like to ask for your help… Header and sticky header both work fine on few pages of my website.
    In some other pages the sticky header just became transparent instead of staying white or semi-transparent. I’ve also tried to disable it but it is still there.
    I’ve found the same problem in Chrome and Firefox.
    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    You can try to temporarily deactivate all your plugins except Elementor, activate the parent theme, and see if it helps.

    Kind Regards, Roman.

    Thread Starter beadm

    (@beadm)

    Hi,
    thank you for your reply.
    I tried to deactivate all the plugins and activate the parent theme but the problem was still there, so I turned back to the previous settings in order to keep my website working.

    Hello, you are welcome.

    Do you still need help with this issue?

    Kind Regards, Roman.

    Thread Starter beadm

    (@beadm)

    Hello!
    Yes, I wasn’t able to fix the problem.

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    #masthead {
        background-color: rgba(255, 255, 255, 0.5);
    }

    Kind Regards, Roman.

    Thread Starter beadm

    (@beadm)

    Thank you.
    It worked 50%, but it’s quite fine.
    I mean: Now the header’s background stays white, but in some page I still see the sticky header (without any animation) when it should be turned off.

    Hello,

    Try to use this CSS code instead of previous:

    #masthead {
        background-color: rgba(255, 255, 255, 0.8);
        position: static;
    }

    Kind Regards, Roman.

    Thread Starter beadm

    (@beadm)

    Hi!
    Thank you. When I added “position: static;” I saw a huge empty space below the header. Now I turned the sticky header on and it works fine. In this page: https://www.arredalab.it/chi-siamo/ I can’t see the animation but it’s not a problem for me.
    Thank you very much.

    You are welcome!

    Feel free to create new topic if you still need help with those other issues.

    Kind Regards, Roman.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sticky header issue’ is closed to new replies.