View Full Version : How do i edit text color in drop down menu
joesdomain
06-24-2014, 10:08 PM
When you click on a forum. I see thread. Theres a Title/Thread starter header. Right above theres
Forum Tools Administrative Search Forum Inline Mod
Now when I click on either drop down menu, the text is black and id like to change font color to white. Which file do I edit?
Here's my link: http://www.monctononline.ca/forums/forumdisplay.php?27-Computers-and-cellphones (http://www.monctononline.ca/forums/forumdisplay.php?27-Computers-and-cellphones)
Also, theres the blue bar or header that contains the Forum tools etc. Id also like to change that color to red.Which file do I edit for that?
Thanks
Joe
John Lester
06-24-2014, 10:35 PM
To change the font color in question to white paste the code below into your additional.css
.popupbody li a, .popupbody li label {
display: block;
background: none repeat-x scroll center bottom #F00;
padding: 6.235px 10px;
text-decoration: none;
text-align: left;
white-space: nowrap;
color: #FFF !important;
To change the blue bar add this code to additional.css
.toolsmenu {
background: url('images/buttons/newbtn_middle.png') repeat-x scroll 0% 0% #F00 !important;
width: 100%;
display: block;
border: 1px solid #F00;
float: left;
clear: both;
margin: 0.5em 0px;
}
joesdomain
06-24-2014, 11:01 PM
I was checking another section, see link below
http://www.monctononline.ca/forums/calendar.php
The drop down menu: New Posts Private Messages FAQ Calendar Community Forum Actions Quick Links .
Now, if I click on either of these: Community Forum Actions Quick Links , its a white background and cant see the text.
When I try to change it, for a brief second I see a error flash, 2 errors to do with line 615 and 233 stylevar.php
Joe
ozzy47
06-25-2014, 12:01 AM
The full error message would help. :)
joesdomain
06-25-2014, 12:09 AM
The full error message would help. :)
The error is as follows:
Declaration of vb_datamanager_ Stylevar Defn_:: delete () Should be compatible with that of vb_DataManager::delete ()..../includes/class_dm_stylevar.php in line 233 as well as line 615
Joe
ozzy47
06-25-2014, 12:13 AM
Is this happening on a default style?
joesdomain
06-25-2014, 12:14 AM
its happening on the style that im editing based on the default 4.22 theme
ozzy47
06-25-2014, 12:19 AM
Since it is a custom style, you would need to ask for support in the thread or site where you got the style from. No way for anyone in the general forums to know the issues with the style you are using. :(
joesdomain
06-25-2014, 12:22 AM
I used the style generator and edited the default theme that came with VBulletin
I needed a red & white theme to match my logo
ozzy47
06-25-2014, 12:25 AM
Hmmm, then I don't think you should be getting that error. I wish I was at my computer so I could have a look. Hopefully someone will see this and be able to help you out. Sorry I could not be of more assistance.
joesdomain
06-25-2014, 12:27 AM
would you happen to know any free red & white themes that would look nice with my logo?
JOe
ozzy47
06-25-2014, 12:31 AM
Not off the top of my head, have you had a look here, https://vborg.vbsupport.ru/forumdisplay.php?f=247
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.