PDA

View Full Version : How can i change colour of this


Kenas
03-19-2012, 02:16 AM
http://img593.imageshack.us/img593/1183/65961816.jpg

Really sorry if it is a stupid question i cant remember where was it and dont know how to call it or how to look for it.
Please a quick reply would be highly appreciated. It actually appears in all boxes everywhere :s

Iain M
03-19-2012, 11:14 AM
Edit the vbulletin-formcontrols.css from the Style Manager

Find:
.formcontrols fieldset.blockrow legend
and add a color property to it, like:
.formcontrols fieldset.blockrow legend {
color: #FF0000;
margin:0;
font-size:13px;
font-weight:bold;
padding-bottom:10px\9; /*IE Hack*/
}

Kenas
03-19-2012, 12:07 PM
Thank you very much,
But i still have several boxes not being changed.
LINK (http://www.gsmforum.es/market.php?do=storeitem&id=8)

Iain M
03-19-2012, 12:26 PM
Can't view that page without a login....

Look at the page source, and look for the classes/elements you want to change the look of, then search for them from the Style manager.

Kenas
03-20-2012, 01:16 AM
Tyvm !
Solved,
I used this help
LINK (https://vborg.vbsupport.ru/showthread.php?t=268124)
Really very usefull i was not able to find the element this way was far too easy...
TY Iain M