Home › Forums › Weaver Xtreme Theme › Image in the footer widget area › Reply To: Image in the footer widget area
July 10, 2026 at 19:53 UTC - Views: 22
#77206
Participant
Nothing 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;
}

