Status
Not open for further replies.
ACP / Styles & Templates / Style Manager, once there choose your style, and select edit templates in the dropdown. Search for CSS Templates, click on that then search for dbtech_vbshout_colours.css

In that file you can change the colors of alt1 and alt2
 
ACP / Styles & Templates / Style Manager, once there choose your style, and select edit templates in the dropdown. Search for CSS Templates, click on that then search for dbtech_vbshout_colours.css

In that file you can change the colors of alt1 and alt2



Thank you both! Worked great!
 
I see this in dbtech_vbshout_colours.css

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
background-color:{vb:stylevar postbit_background.backgroundColor};
}

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

.dbtech_vbshout_shout.alt1 {
vertical-align:middle;
background-color:{vb:stylevar postbit_background.backgroundColor};
}

.dbtech_vbshout_shout.alt2 {
vertical-align:middle;
background:{vb:stylevar blocksubhead_background};
}

I'm sorry I'm stupid what do I change exactly? Would like a gray color.
 
Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
background-color:{vb:stylevar postbit_background.backgroundColor};
color:grey;
}

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

.dbtech_vbshout_shout.alt1 {
vertical-align:middle;
background-color:{vb:stylevar postbit_background.backgroundColor};
color:grey;
}

.dbtech_vbshout_shout.alt2 {
vertical-align:middle;
background:{vb:stylevar blocksubhead_background};
color:grey;
}
 
.editor_controls .imagebutton in dbtech_vbshout_editor.css :)

Fixed it! Thank you.

Now where can I change the color for the 1st line in the chat? Looks like a highlight color.

Notice: You are currently flagged as Idle. Click here to un-flag.

Any one?
 
Last edited by a moderator:
That is indeed the vB standard highlight colour. You can change the stylevar you find when you search for "highlight".
 
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,171
Customer rating
5.00 star(s) 1 ratings
Back
Top