Tabs Bg Color is not chaning properly

Hello Guys,
I am trying to to solve this issue form so long. Can you please help me with this.
When I am scrolling the bg color switch to white I don’t know why it’s happening.

I just want it to be the way it’s acting when I am not scrolling.
Here’s the link: Click here

Hey @Parikalpana_Designs ,

Can you share screenshots of the issue you are facing? I had a look at the preview link and it seems the container where the tabs are placed already has a background color set to white and nothing changes on scroll specifically. So, I am guessing you mean something else or on some other page, so screenshots of the issue would help in troubleshooting this.

  1. Check the Body / Section background in all states
    • Select the element that’s supposed to have your background color (could be Body, Section, or a Div Block that covers the whole viewport).

    • In the Style panel, check None, Hover, Pressed, and Scroll Into View interactions to see if there’s a background color change.

    • Make sure the “Scrolled” state (if used) has the same background color as the default.

  2. Look for Page or Navbar scroll animations
    • In the Interactions panel, check if there’s a “While Page is Scrolling” or “Navbar Scroll” trigger applied.

    • These sometimes fade in a white background to make a nav readable. If so, either remove it or set its background color to match your default.

  3. Check Z-index layering
    • Sometimes, when you scroll, a white section (or another div) slides over your background.

    • Use Preview in Designer and watch if another block is covering the background when you scroll.

    • If so, give your background container a higher z-index so it always stays on top.

  4. Test in the published site
    • Webflow’s preview mode can sometimes behave differently. Click Publish and check if the issue still happens live.