Site logo

Archived topic

same background for footer and copyright

5 replies · Started by Iván on September 20, 2018

Viewing posts 1–6 of 6

Hi!
I would like that the widget area and the copyright bar in my footer could share the same background, as I am using an image with a brushtroke on top and texture.
Is it possible?
Thank you!!

Hi there,

Since you aren't using a body background image currently, I wonder if this workaround will work:
- Add the brushtroke image as body background image through the customizer and set the position to the bottom
https://docs.generatepress.com/article/backgrounds-overview/

- Set the background color of footer widget and footer to transparent so the background shows up:
https://docs.generatepress.com/article/colors-overview/

Can you give it a shot and let me know if it works?

Sorry, Leo, but it doesn´t work. The image exceeds the space of the footer very much (in pc and mobile). Another option?

Thank you!!

Hi there,

set the background colors for the footer widgets and the footer bar to transparent and then add the background to the footer with this CSS:

.site-footer {
    background-image: url('https://limonymerengue.com/wp-content/uploads/2018/09/Limon-y-Merengue-Footer-Backgroung.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: inherit;
    background-position: center top;
}

It works!! Thanks so much, David!!

Glad we could help

This archived topic is closed to new replies.