View Full Version : Change Forum Blocks Manager Color
nsdqmaester
05-14-2013, 10:03 PM
Is it possible to add or change the color of the Forum Blocks? Im trying to do something similar to this http://getbblog.com/en/board
Code is
font-family: Exo,Arial;
position: relative;
top: 7px;
font-weight: 700;
font-size: 26px;
line-height: 27px;
text-transform: uppercase;
color: rgb(255, 192, 0);
text-shadow: 0px 0px 10px rgb(255, 156, 0), 1px 1px 0px black;
However not sure where to add any help would be appreciated
Lynne
05-14-2013, 10:31 PM
That 'code' is just a list of CSS properties. You would have a class and apply the properties to the class. Most people add it to the additional.css template.
nsdqmaester
05-14-2013, 10:59 PM
Do you know what the exact code would be I need to add it to? I know some use like .cms_widget etc Im trying to do something similar like the website above does New Search, Teamspeak, New Posts etc
John Lester
05-15-2013, 08:25 AM
To get the same style (first letter a different color then the rest) you'll have to make some template changes as well as adding css to the additional.css file. I can not tell you which templates need to be edited and where, register on the site and send a pm to one of the admins and see if they can tell you.
Lynne
05-15-2013, 04:16 PM
It looks to me like they redid the sidebar code with their own classes. So, this isn't something that someone can write up in just a minute. It's something you'd really need to spend some time on.
nsdqmaester
05-22-2013, 04:46 PM
Sounds good thank you. I just figured there was a way to change the color of the text on the sidebar forum blocks http://www.gamingwarzone.net/blocks.png <---Screenshot of what im trying to change it doesnt have to be a different colors
Lynne
05-23-2013, 01:12 AM
If you just want to change those title colors/size, then stylevar sidebar_header_color and sidebar_header_fontSize should change them.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.