Hello.</br>
In Customizing Background Image, the Background Repeat is does not work.</br>
I have no idea what I have to do.</br>
Please help me.
That is correct. The background image is not exactly background image, it is a full screen width background which remains fixed on scroll.
We had to remove the background image property due to the fact that Chrome does not render background-attachment:fixed which is the most popular feature for background images.
Thank you for your reply.
Would you tell me the way to repeat the background image ??
Or I want to add the image to center.
PageBuilder Manager ??
WPLMS - Customizer ???
Which should I use for it ??
You can remove the background in the customize .
and add the gieven css in the customize -> custom css:
localhost/media="all"
.pusher {
background: url('http://localhost/wplms195/wp-content/themes/wplms/setup/data/uploads/s1.jpg') repeat;
}
content in bold is the url of the image .