To change the background, you first need an image, which you wanna use as a background. Upload it somewhere and keep the image link.
Dann geht ihr ins HTML eures Blogs.
Open the HTML

Und dann sucht ihr nach
Then search for
background: fixed;
background-color: #ad585a;
background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%);
background-size: 10px 10px;
Und das ersetzt ihr nun durch diese CSS, das IMAGEURL müsst ihr durch euren eigenen Bildlink ersetzen.
Now replace it by this code, replace IMAGEURL with your own and real image url
background: url(IMAGEURL) repeat fixed;
Speichern und fertig.
Save and you're done.

Keine Kommentare:
Kommentar veröffentlichen