Home › Forums › Weaver Xtreme Theme › Image in the footer widget area
- This topic has 10 replies, 3 voices, and was last updated 2 months ago by
scrambler.
-
AuthorPosts
-
July 10, 2026 at 07:13 UTC - Views: 54 #77201
How to insert a background image (with transparency) across the entire width of the widget’s footer area.
{background:url(https://pogon24.info/wp-content/uploads/2026/07/grafika.png);background-size:contain;}
inserted into: Main Options –> Footer –> Footer Area Widget –> Footer Area Widget BG –> CSS
doesn’t workJuly 10, 2026 at 08:34 UTC - Views: 49 #77202User
ModeratorAs I understand it, you can insert a background image with transparency across the entire footer widget via Appearance > Customize > Footer > Footer Widgets and setting a background image there, then using the Background Opacity slider to adjust transparency.
Or is that not working for you?
July 10, 2026 at 09:43 UTC - Views: 42 #77203Yvonne
ParticipantNie mam takich opcji; nie mogę wstawić obrazu ani dostosować jego przezroczystości
July 10, 2026 at 09:50 UTC - Views: 40 #77204July 10, 2026 at 16:33 UTC - Views: 27 #77205scrambler
ModeratorIf I put your background image CSS using the customizer in where mode in:
Customizing ▸ Custom CSS > Footer Area >Footer Area Widget Area Custom CSS
It works if the URL is one of my images
BUT
If I try to use the URL to your image it does not, and I can’t see why.
Have you tried a different image?
July 10, 2026 at 19:53 UTC - Views: 22 #77206Yvonne
ParticipantNothing works with any graphics or anywhere; maybe the command is incorrect, but I used this one:
.footer-widgets {
background-image: url(“https://pogon24.info/wp-content/uploads/2026/07/grafikakibicowska1.png”);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}or
.footer-widget-area {
background-image: url(“https://pogon24.info/wp-content/uploads/2026/07/grafikakibicowska1.png”);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}July 10, 2026 at 20:21 UTC - Views: 20 #77207Yvonne
ParticipantI’m wondering which version of Weaver Xtreme you have, since you’re mentioning a path that isn’t there on my end
Dostosowanie ▸ Niestandardowy CSS > Obszar stopki > Obszar widżetu Obszar stopki (Niestandardowy CSS)July 10, 2026 at 21:04 UTC - Views: 20 #77208scrambler
ModeratorThe path of the customizer is with the customizer set in the “where” mode. Version would not make a difference
- Options Level: Full Interface: Where
If using the Legacy admin, it is in Appearance > Weaver Xtreme Admin > Main options > Footer > Footer Widget Area > Footer Widget area BG CSS+ box
If instead of using the Theme Custom CSS box you want to use Full custom CSS rule placed in the Theme Global Custom CSS Box, then the rule would be
#footer-widget-area {
background-image: url(https://pogon24.info/wp-content/uploads/2026/07/grafikakibicowska1.png”);
background-size: contain;
}But again it works with my image , but not yours
DO NOT Mix the two type of rules (footer widget area CSS and them global CSS)
Post a link to your site with the rule in place telling me where you put it
July 10, 2026 at 21:12 UTC - Views: 18 #77209This reply has been accepted as the best answer.
try with this public URL using the rule below in the footer widget area CSS+ box
{background:url(https://www.aaronreedphotography.com/images/xl/The-Wash-Web-2019.jpg);background-size:contain;}
OR with the rule below in the theme Global Custom CSS
#footer-widget-area {background:url(https://www.aaronreedphotography.com/images/xl/The-Wash-Web-2019.jpg);background-size:contain;}
And if that does not work, post the link to your site , letting me know in which CSS box you placed which rule
July 11, 2026 at 17:30 UTC - Views: 9 #77210Yvonne
ParticipantThanks, that code worked for me, but it didn’t work for you because some unnecessary characters snuck into your image file (”)
July 11, 2026 at 18:12 UTC - Views: 7 #77211scrambler
ModeratorIt does not work for me even without these as in your original post.
But if it finally works for you, then all is good 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.

