Status
Not open for further replies.

raymondblog

Customer
I am using a different vb skin and the chatbox default Archive and Options drop down can hardly be seen because of the white colored background and text.

How do I change the color of the text? Please see
 

Attachments

  • color.webp
    color.webp
    17.9 KB · Views: 0
I don't know, that's a vBulletin standard menu and the shoutbox does not modify the colours of the menu :(
 
raymondblog
That can be changed in templates.

Search your template for .blockhead .popupbody li
Go to the popupmenu.css template and change this:

Code:
.blockhead .popupbody li > a {
    color:{vb:stylevar body_color};
To this:

Code:
.blockhead .popupbody li > a {
    color:#FF0000
Change FF0000 to what ever color you want
 
Last edited:
Or if you want the color to match the other dropdown menus like in your navbar change:

{vb:stylevar body_color}

To:
{vb:stylevar navbar_selected_popup_body_a_Color}
 
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,181
Customer rating
5.00 star(s) 1 ratings
Back
Top