Exileking Posted November 6 Share Posted November 6 Howdy folks! Thanks for all the help so far with my website! I have another interesting question. Is it possible to create a seamless backround for the website using a custom PNG or image. I created a pixelated background for the website but im not sure how to put it in the background as a seamless pattern. I have attached a before and after of what id like it to look like. Link to comment
SaranyaDesigns Posted November 6 Share Posted November 6 @Exileking in order for the background to be seamless, the background image would have to line up with itself perfectly in the pattern. But assuming that's the case, yes definitely possible. Can you send the URL of the image you want to use and a link to your website please? Link to comment
Exileking Posted November 6 Author Share Posted November 6 @SaranyaDesigns The image in the background is a seamless pixel/ checkered background i created. Here are two versions but the background version is black. https://www.jefferyl.com/ Link to comment
Solution SaranyaDesigns Posted November 7 Solution Share Posted November 7 @Exileking ok so you'll need to upload the image to your site first and then find the direct url for it. then replace the url in the code below, but something like this should work, assuming you want it on all pages of the site? Add this to your custom CSS: /* remove dark background from all sections of site */ body, .header, .page-section .section-border, :not(.has-background) .section-background { background-color: transparent !important; } /* add repeating seamless background image sitewide - replace url with locally hosted version of image file */ body { background-image: url(https://content.invisioncic.com/p289038/monthly_2023_11/Image.thumb.png.feabc75f3081e1db301ea993557e1567.png); background-repeat: repeat; } Let me know? tuanphan 1 Link to comment
Exileking Posted November 7 Author Share Posted November 7 @SaranyaDesigns This worked perfect thank you!!!!MUCHO SaranyaDesigns 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment