Home › Forums › WordPress Themes › Part of the theme does not change! › Reply To: Part of the theme does not change!
April 1, 2020 at 11:43 am
#8962
Adnan Shawkat
Keymaster
you can use css to do that. use the following code
.banner-content, #home-banner {
background-size: contain;
background-repeat: no-repeat;
}