Menu + Scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21289
    ZoePDX
    Member

    I’m so sorry to keep bothering you but there are two new problems happening.

    Since the menu and logo movement issue was fixed the scrolling is strange. Sometimes the page wont scroll, it seems stuck in one place.

    Also, no there’s a gray color behind the logo and and menu bar when you scroll. We’d like this area to be transparent.

    #21308
    Raghavendra
    Moderator

    I disabled smooth scroll in theme options General tab. I could not find any scroll issues though.

    For transparent background pls use custom CSS –

    #header.sticky {
        background: rgba(58, 62, 62, 0.7);
    }
    

    You can change the value 0.7 above to anything between 0.0 to 1.0 and see which one looks best.

    #21315
    ZoePDX
    Member

    Awesome! Is there a way to remove the shadow at the edge of the header bar?

    : )

    #21316
    ZoePDX
    Member

    Just figured it out.

    : )

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu + Scrolling’ is closed to new replies.