Question Idle Bar Coolour

Status
Not open for further replies.
Either change the stylevar, highlight_background or edit the color in the dbtech_vbshout_colours.css template

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
	background: {vb:stylevar highlight_background} !important;
}

If you change the stylevar, remember that it is a global change, meaning any spot on the site that uses that stylevar will be changed.
 
Either change the stylevar, highlight_background or edit the color in the dbtech_vbshout_colours.css template

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
background: {vb:stylevar highlight_background} !important;
}

If you change the stylevar, remember that it is a global change, meaning any spot on the site that uses that stylevar will be changed.

Thanks Ozzy
 
Add the color to the CSS

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
    background: {vb:stylevar highlight_background} !important;
    color: red;
}
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top