raymondblog Customer May 26, 2011 #1 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 17.9 KB · Views: 0
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
Fillip H. Staff member Owner Developer May 26, 2011 #2 I don't know, that's a vBulletin standard menu and the shoutbox does not modify the colours of the menu
I don't know, that's a vBulletin standard menu and the shoutbox does not modify the colours of the menu
Ozzy47 Former Developer Customer May 26, 2011 #3 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: May 26, 2011
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
Ozzy47 Former Developer Customer May 26, 2011 #4 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}
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}