Webflow section background

webflow editor resulting page

I have been trying to reset the backgrounds on my web page to white and I have removed all the section background colors in the webflow editor but for some reason the resulting webpages still have the background colors I have removed.

Upvotes: 0

Views: 133

Answers (2)

Rox AS
Rox AS

Reputation: 23

Shawn's suggestions are really good. Highly recommend starting with them.

In addition:

  1. Check for divs/layers which has absolute positioning. They could be used as background fillers
  2. Check for animations/interactions. There could be custom animations created which on load or on scroll change specific elements' background colours.

But to tell clearly, you could provide a read-only link from Webflow. It would be easier to diagnose

Upvotes: 1

Shawn Carrié
Shawn Carrié

Reputation: 21

  1. Inspect the element using your browser's Developer Tools by right-clicking on the element and choosing "Inspect".

  2. Look in the computed CSS panel to see which which class the offending style is being inherited from.

  3. Style that class so that the element is inheriting the desired style.

Upvotes: 0

Related Questions