background

Posted in: Newspaper
Post count: 23

How can I add this as a background?

background-image: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%), url(‘https://www.csstextures.com/textured-rice-paper-T59.jpg’); background-repeat: repeat;

Post count: 18283

Hello !

The easiest way will be to download the image in the link that is in the code you shared with us and add it into Theme Panel – Backgrounds with the followin settings: https://www.screencast.com/t/cqK4rrCqAO

After that you can try these codes here: https://www.screencast.com/t/J1Nxw5s5

#td-outer-wrap {background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
background-attachment: fixed;
}

Let me know how this went !

Thank you !

Post count: 23

it´s ok thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.