Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #955084

    Hi guys,

    How to remove that my navigation becomes a little bit transparent after I scroll.
    Can anyone help me with the CSS?

    I can’t find where I need to change the opacity value to 1.0.

    Thanks in advance!

    #955404

    Hey jeroenvandessel,

    I’m not seeing any transparency when I scroll. Were you able to solve this issue?

    Best regards,
    Jordan Shannon

    #955408

    It’s the default ( VERY subtle ) transparency. If you look closely, you’ll see it’s still there.
    To be clear: Im talking about the white bar that contains the logo & navigation. It’s white and becomes 90% white on scroll.

    So, nope, not fixed ^^.

    #955415

    I fixed it now.

    #top #header_main {
    background: #FFF!important;
    }

    Topic can be closed.

    #955420

    Hi,

    I see. Add this to quick css:

    #header{
    opacity:1!important;
    background:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #998600

    This topic can be closed. Thank you.

    #998621

    Hi,
    Glad Jordan was able to assist, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove transparency on scroll header – css’ is closed to new replies.