Site logo

Archived topic

Set different footer widget for home page

3 replies · Started by Christine on September 13, 2018

Viewing posts 1–4 of 4

In the footer widget on the homepage it is showing the background image for the body area. I would like that space to appear white so it blends in with the calendar section above it.

I think I need to use a different footer widget - one with a white background instead of a transparent background - on the homepage. I'm not sure how to do that though. Can you please offer some guidance? Thank you!

Hi there,

So basically you want the footer widgets to be white only on the home page?

If so, try this CSS:

.home .footer-widgets {
    background-color: #ffffff;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Make sure to clear your caching plugin as well.

Let me know if this helps :)

Oh, okay! I wasn't sure if there was a native option to control that sort of thing.

I'll add the CSS. Thanks!

The customizer options are generally site-wide options.

Glad I could help :)

This archived topic is closed to new replies.