PDA

View Full Version : How to change the highlight color behind Inbox on PM page


spamgirl
08-13-2011, 03:33 PM
I've been going through StyleVars all day and absolutely can't find that item... I'm hopelessly lost. Can anyone point me in the right direction? Currently, it's the default yellow.

http://www.cancontests.com/personal/inbox.gif

I'd also like to change the hover highlight colour which is also yellow.

Lynne
08-13-2011, 04:22 PM
#usercp_nav .blockrow * a:hover { background-color: #FFEB90;
etc....

Do a Search in Templates for that and you get:
#usercp_nav .blockrow * a:hover {
background-color:{vb:stylevar imodhilite_backgroundColor};
color:{vb:stylevar linkhover_color};
text-decoration:none;
}
There are articles in the article section on how to use something like firebug to find this information.

spamgirl
08-13-2011, 07:49 PM
Oh, I didn't think we could update templates anymore as it says to use the style variable editor instead. How confusing :(

So where do I change linkhover_color? I looked in StyleVar but the LinkHover_colour is navy, not yellow.

Lynne
08-14-2011, 01:57 AM
It's the background color that is changing, not the font color, so stylevar imodhilite_backgroundColor.

spamgirl
08-14-2011, 01:18 PM
I'm an idiot, thank you :)

Any idea how to set who can see the forum when it's turned off? I posted asking that in 2007, never got an answer :)

River J
08-14-2011, 01:28 PM
I'm an idiot, thank you :)

Any idea how to set who can see the forum when it's turned off? I posted asking that in 2007, never got an answer :)

https://vborg.vbsupport.ru/showthread.php?t=244094&highlight=extra+access+forum this should help you out

spamgirl
08-14-2011, 01:36 PM
You guys are so fast! :) Any idea *where* the class_bootstrap.php file IS? :)

Nevermind, found it :) It's in includes. Thanks!