'WordPress Custom Background design

I would like to know how to create a custom background.

There is currently an active site, that i am trying to figure out how i can do the same or similar https://suscopts.org/

enter image description here



Solution 1:[1]

Well, I'm not sure if you want to know how to create such a background pattern or don't know how to set the background of a wordpress website.

This seems like a repeated background pattern. Searching for something like "seemless pattern" could help. This images are small and repeated, so you don't need to load a big background image. In the CSS you can use 'background-image' and 'background-repeat' on the body element.

You can use right click in your browser to select inspector to inspect the website. You should find the element wich has the css set for the background image. Start with the html tag and work your way inside, followed by body, div id page, etc, what ever this page structure looks like. You then have the element you need to target in your css file to give it the background attribute. The CSS file of a wordpress site is found in the Themes folder and is called style.css

Hope this gives you a start.

If you want to clearify your question I am happy to give you a more detailed answer.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rank