Status
Not open for further replies.

who

New member
I have a custom style and vbshout is not visible due to the fact that it has a transparent background. How can I change to white?
 
postbit_background is the StyleVar (vB4) for the background colour of the main shout area.

If you want to change this for vBShout only, you can do so by editing the relevant CSS entry in dbtech_vbshout_colours.css
 
What changes should be made to the background was white? Sorry for my bad english. I found a template dbtech_vbshout_colours.css, but nothing they did not understand....
 
Change:
HTML:
background-color:{vb:stylevar postbit_background.backgroundColor};
to
HTML:
background-color:#FFF;

and
HTML:
background:{vb:stylevar postbit_background};
to
HTML:
background-color:#FFF;
 
In this template I have:
HTML:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_frame {
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
}

vBulletin 3.8.5
 
oh.

Change that to:
HTML:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
background-color:#FFF;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_frame {
background-color:#FFF;
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {
}
 
Exactly which background are you talking about, then?
Could you post a screenshot and point out what you mean?
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket Support ticket
Replies
4
Views
1K
  • Locked
  • Support ticket Support ticket
Replies
3
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
23
Views
4K

Legacy vBShout

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