PDA

View Full Version : How to change background color of "if this is"


uofa
10-18-2012, 08:10 PM
is there away to change the background color when a non regestred user visits the forum. right now it displays it as "if this is your first time...." with background color of yellow. i would like to change the color to white or transparent so it blends with the page.
https://vborg.vbsupport.ru/external/2012/10/39.png

thanks in advance

kh99
10-19-2012, 12:48 AM
Assuming your guest notice is still notice id 1, you could put this in the additional.css template:
#navbar_notice_1 {
box-shadow: 0px 0px;
background-color: #ffffff;
}

uofa
10-19-2012, 02:23 AM
thank you! that worked! :)