Site logo

Archived topic

background color

7 replies · Started by ron on October 15, 2020

Viewing posts 1–8 of 8

Hello,

I just started building a website with no experience at all.
So far i'm pretty happy with the result but one thing is buging me.
I think i put all backgrounds on the same color but still a few places stay white.
This is the site: https://razemgezinsbegeleiding.nl/
Hope somebody can help me, thanks.

Greeting Ron

Hi,

To clarify, are you trying to set #f4f4f4 background color to the Block Element with white background that's hooked after the header?

Hi,

Yes, that's what i'm trying to do.

Hi there,

will that color span the full width of the browser?

Hi,

It should, yes.

Edit the Block Element and select the Group Block - there is an option in the settings sidebar to set the Background Color.

If there isn't one you require then go to the Advanced panel in settings, and add an Additional CSS class of hero-block and publish that change.

Then add this to your Customizer > Additional CSS:

.wp-block-group .hero-block {
    background-color: #f4f4f4;
}

Thanks, did it.

Glad to hear that!

This archived topic is closed to new replies.