Support » Plugin: Gutenberg Blocks by Kadence Blocks – Page Builder Features » Background colors not working on this page

  • Resolved twgerber

    (@twgerber)


    I set the row background to purple and it’s not being honored. I assume it’s a conflict with the theme. In the theme I set the background color to Red so you can see the difference.

    These are custom footer area that OceanWP allows. They say these add-on block are overriding the block style.

    Is there any custom CSS I can add to get this to work?

    http://mirrorstaging.wpengine.com/

    Help!

    • This topic was modified 4 years, 8 months ago by twgerber.
    • This topic was modified 4 years, 8 months ago by twgerber.
Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey,
    Are you just wanting the row layout background to be purple? Or the entire footer? This css would affect only the row layout:

    #footer .wp-block-kadence-rowlayout.alignfull {
        background: #B377C6;
    }

    Hope that helps!

    Hannah

    Thread Starter twgerber

    (@twgerber)

    Just the row.

    Thx

    Thread Starter twgerber

    (@twgerber)

    That worked. Wonder why it’s not working OOTB thought

    hannah

    (@hannahritner)

    Yeah, I’m not sure… are you having trouble with the background color taking effect on any of your pages, or just the footer?

    Hannah

    Thread Starter twgerber

    (@twgerber)

    Just the footer. Your CSS did the trick though 😉

    Thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Background colors not working on this page’ is closed to new replies.