Status
Not open for further replies.

hornstar

Customer
I just did a test upgrade to VB4, and trialling out Vbsout on it with this skin I installed.

The shoutbox tho looked a bit funky with missing colours. So what do I need to edit to include the missing colours?
 

Attachments

  • shoutbox.webp
    shoutbox.webp
    7.4 KB · Views: 1
Please check the
dbtech_vbshout_tabs
alt2

CSS classes in dbtech_vbshout.css and dbtech_vbshout_colours.css :)
 
Oh I think I am lost :D lol

Okay I finally found my way ^^

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
border-bottom:{vb:stylevar blockhead_border};
position:relative;
top:{vb:stylevar blockhead_border.borderWidth}{vb:stylevar blockhead_border.units};
}


So I need to edit the blockhead_border stylevar?



and

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
background:{vb:stylevar control_background};
}

and control_background stylevar?
 
Last edited by a moderator:
Yup you got it :D

Or, if editing those stylevars break your skin in some other way, you can replace the {vb:stylevar } variables with manually defined colours :)
 
Im having the same issue here and im very new to editing templates.

Could you explain in more detail what part of the code i actually edit? Say i wanted to replace those tabs with a black color?
 
Edit the blockhead_border StyleVar and the control_background StyleVar.

Please refer to the vBulletin documentation if you need help editing StyleVars :)
 
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