PDA

View Full Version : How do I remove the 'Yellow Background' on the Welcome message for guests???


watty005
11-21-2011, 07:50 PM
Anyone have any ideas how I remove the 'yellow background' behind my custom made picture for guests????

Mark.B
11-21-2011, 08:00 PM
Search in the stylevars for "notices_background" and change the value.

watty005
11-21-2011, 08:08 PM
can you explain a little bit more, I cannot find anything to change? hope you can help.

Mark.B
11-21-2011, 08:12 PM
AdminCP > Style Manager > Your style name > Stylevars

Type "notices_background" into the search box that pops up, then click on the link with the same name that appears. Then edit the value, and save.

watty005
11-22-2011, 08:02 PM
Thanks for the reply Mark, I'm still having problem changing the background. I did what you said and found this

notices {
background: {vb:stylevar body_background.backgroundColor};
margin-bottom: {vb:math {vb:stylevar padding}/2};
}

.notices li {
background: {vb:stylevar notices_background};
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
color: {vb:stylevar body_color};
padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
margin-bottom:{vb:math {vb:stylevar padding}/2};
-moz-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
clear:both;
}

I need the background changed to white, What do I have to change to make this happen?

Mark.B
11-22-2011, 08:17 PM
You're in the wrong place, you've gone into the template.

You just need to select the option for "Stylevars" in the relevant style manager, I think it's the default option.

watty005
11-23-2011, 06:35 AM
Thanks for you help, Ive done it now. One more thing, how do I change the color of the border?

see https://tmpdmp.com/9b01ae92ddfab195/7258d6e278925c92

--------------- Added 1322084064 at 1322084064 ---------------

Can anyone else help, how do I change the color of that border on the guest message area, take a look at that link i've posted, if your not sure what I mean.

Thanks again