Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   replace background image with color? (http://www.bvlist.com/showthread.php?t=12106)

guldhammer 23rd May 2019 23:45

replace background image with color?
 
How do i replace my background image with a color??

Here in my css is my background image:

body {
font: 11px arial, verdana, sans-serif;
color: #2C2C2C;
background-image: url(pics/wall.jpg);
background-attachment: fixed;
width:100%;
height:100%;
left:0;
top:0;
z-index:-100;
/* url('bg.png') repeat-x bottom center*/
}

DND 24th May 2019 00:15

remove background-image and add background-color: #xxx;
color: #xxx; if only for font color of the body..

Napon 24th May 2019 00:27

Do you think would take care of it dnd
Find
background-image: url(pics/wall.jpg);
Replace with
background-color: #474747;

guldhammer 24th May 2019 11:09

Now it work http://vikingbits.guldhammer.info/
Thanks


All times are GMT +2. The time now is 11:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.