PDA

View Full Version : where is moduleinactive_background_image


john7911
06-13-2014, 06:32 AM
Hi,
I need to change the background of the Visitor message, but I don't know where to find the Style Variable moduleinactive_background_image
https://vborg.vbsupport.ru/external/2014/06/13.jpg
Thank you :)

CAG CheechDogg
06-13-2014, 07:31 AM
Just add the following to your additional.css

.userprof_moduleinactive{
background-color: #000000;
background-image: url("http://www.yourdomain.com/image/path");
}

Change the background color to what ever you want ....

john7911
06-13-2014, 07:35 AM
Just add the following to your additional.css

.userprof_moduleinactive{
background-color: #000000;
background-image: url("http://www.yourdomain.com/image/path");
}

Change the background color to what ever you want ....

OK thank you ;)