Home Forums Weaver Xtreme Theme Image in the footer widget area Reply To: Image in the footer widget area

#77208
scrambler
Moderator

The 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&#8221);
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