I have two questions:
- How can I get the page background of the whole page (under the header and not including the footer) to be a seamless bg that I purchased?
- How can I get this seamless paper background to appear at full size (not enlarged and grainy) in a row background?
My client wants old, vintage paper background.
I have made the image 1000px x 1000px and I tried it first as a background of a row.
I got that to work but I told it to Repeat the background and it looks all pixelated like the image has been enlarged. See this page, (scroll down a bit)
I also tried to make this the whole page background by adding CSS to the whole page with the little gear icon in the upper right corner:
.page-bg-colored {
background-image: url(“https://www.fantaseek.com/wp-content/uploads/2016/04/Seamless-Vintage-Paper-3-web.jpg”) repeat;
}
…but that didn’t work.
Can you give me some code to make the background not repeat, but tile at full size on the whole page and also how to make it repeat on just the row.
thanks
Karen