Status
Not open for further replies.

SP33D

New member
How do i change the color of the sticky bar from gray to white? I cannot find where to change this?
 

Attachments

  • Capture.PNG
    Capture.PNG
    3.6 KB · Views: 5
That is controlled by the stylevar blocksubhead

Or find this line in the template, dbtech_vbshout_shoutbox

Code:
<div class="blocksubhead" name="dbtech_vbshout_frame_sticky" data-instanceid="{vb:var instance.instanceid}" style="display:none;">

And change it to this,

Code:
<div class="blocksubhead" name="dbtech_vbshout_frame_sticky" data-instanceid="{vb:var instance.instanceid}" style="display:none; background: red;">

and change red to what you want
 
Thought it was white. Where can i find the the main box bg color to make it match?
 
Last edited:
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,167
Customer rating
5.00 star(s) 1 ratings
Back
Top