2021-04-28, 12:40 PM
(This post was last modified: 2021-04-28, 12:47 PM by kungen. Edited 3 times in total.)
Hello,
I got a JPG Image, and i want to add it as a background of forum, i see i can change colors easly, but the pictures not shows.
I tried:
theme>>global css>>advanced> Body inserting background-images: url(images/texture-bottom.jpg);
also i try modify the cache / reload cache in settings,
Maybe default theme is not possible add an image in background?
This code
Reemplaced by ( i try also without nothing more, only background image, and not shows)
I got a JPG Image, and i want to add it as a background of forum, i see i can change colors easly, but the pictures not shows.
I tried:
theme>>global css>>advanced> Body inserting background-images: url(images/texture-bottom.jpg);
also i try modify the cache / reload cache in settings,
Maybe default theme is not possible add an image in background?
This code
body {
background: #fff;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}
Reemplaced by ( i try also without nothing more, only background image, and not shows)
Quote:body { background-image: url(images/texture-bottom.jpg); text-align: center; line-height: 1.4; margin: 0; font-family: Tahoma, Verdana, Arial, Sans-Serif; font-size: 13px; overflow-y: scroll; }