Hi,
I wanted a footer on a page with a background image. But when I have a background image, the background color for the footer is not visible (seems to be behind the image). When I disable the image, the color in the footer becomes visible.
How can I solve this?
-
Footer BG-Color PLUS background image
-
can you post an image of how you want it to look in the end? maybe a photoshopped pic
-
I wanted it to look like this:
When I used this:
#footer-region{
background-color: #baebe1;
}
the text was put on the background image without color on the footer region.At the moment I solved it with custom CSS like this which is ok, too:
-
hey!
yeah i noticed that the footer region does not use its background color at all. If you update to 1.7.8 that should be fixed. If u like u can try it out. -
Hi, are you sure that it works also with a background image?
I updated to 1.7.8 but the footer doesn't change ...Or is this CSS correct to change the BG color of the footer:
#footer-region {
background-color: #baebe1;
} -
yeah i think there is still an issue when using a background image, i will work on that in another update
-
Should be fixed now with lay theme 1.8.0