The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change the Font Color of "Recent Forum Posts" block
Hello
i want to change the text color of the "Recent Forum Posts" block because the font is grey and the background of it is black so its hard to read.. how can i do this? Thank You |
#2
|
|||
|
|||
Looks like you have generated/installed a dark theme.
It also depends what board number you are using! You should find it in your stylevars > vbcms_widget_color > but be careful as it is also linked to cms_widget_post_content If this is the case then you need to search for cms_widget_post_content inside vbcms.css and change the color from linking to the associated stylevar! |
#3
|
||||
|
||||
i cant find "vbcms_widget_color" and im running on 4.1.3..
thanks btw here is my vbcms.css code if you want to see it: Code:
http://pastext.net/3400 |
#4
|
||||
|
||||
There is definitely a stylevar named "vbcms_widget_color" in 4.1.3 Are you looking in the right place - in the stylevars area?
|
#5
|
||||
|
||||
Nope not there
Maybe its my style or something? |
#6
|
|||
|
|||
Your looking in AdmnCp > Style Manager (Your style) StyleVars > vbcms > vbcms_widget_color ?
|
#7
|
||||
|
||||
nope not there
look for yourself: |
#8
|
|||
|
|||
Hmmm, your using Assault style from eXaltic.com?
Can you check to see if that stylevar is in your default skin please. If I'm right, eXaltic re-wrote the stylevars to fit with their theme and the sidebar was switched off as it didnt work and looked pants. Can you link me to your site? One sec, I can see it, line 57 on your vbcms.css code Its linking to your sidebar_header_color - You need to change that to a better color. |
#9
|
||||
|
||||
ok i changed the color to white and didnt make a change
the stylevar isnt in my default skin either and when i view the source of my page i found which class it's using: Code:
<p class="cms_widget_post_content widget_post_content">Example recent post preview text</p> how can i do this? maybe i add something in my additional.css ? thanks |
#10
|
|||
|
|||
I have just checked my 4.1.3 board and there is definitely a stylevar called vbcms_widget_color which I changed to a nice bright pink!
I then went into vbcms.css and changed the code to read this .cms_widget_header h3 { color: {vb:stylevar vbcms_widget_color}; Originally this .cms_widget_header h3 { color: {vb:stylevar sidebar_header_color}; The widget_header h3 is calling to any stylevar I insert into there which subsequently changes all the text to that color. Try changing the stylevar to a known one that you dont use! Recent Forum Posts is found in CMS Widgets What I find confusing is that you cant locate the same stylevar I have but as I havent got a link to your forum or known skin I'm sorry to say I can be of no further assistance. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|