• I have this blue background wrapped around my content boxes throughout my entire site. I want to change this to white or remove it altogether. I tried custom CSS codes, but none of them worked.

    Note that the theme I am using is Business Gravity. Thanks.

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

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Elementor makes for such elegant class structures! ??

    .elementor-702 .elementor-element.elementor-element-3b995fae:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-3b995fae > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #fff;
    }
    .elementor-702 .elementor-element.elementor-element-394acfd2:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-394acfd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #fff;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://www.ads-software.com/support/article/appearance-customize-screen/

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Background Color’ is closed to new replies.