The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Widget Formatting... Possible CSS Issue, help!
You may view my site here. Under "Blogroll" on the right side, there is a short list of blogs I follow. The title of these blog posts has a very dark font color - so much that the title is hard to read. The widget itself is just a html tag;
<script type='text/javascript' src='http://www.feevy.com/code/19368'></script> I tried using firebug to find the CSS tag that is governing the color of the font, but I'm not very good with CSS or firebug. Wrapping the above code with an html font color change does change the color of the blog preview, though. But I can't get the title to change. Any idea? |
#2
|
||||
|
||||
It's from custom css you've added or the script is using - #feevy_bar_19368 .feevy_title a
|
#3
|
|||
|
|||
Quote:
A user a recommended using h5{color: #CCCCCC;} in the css file the widget "refers" to. I'm not sure if this is correct, of where to find this file. |
#4
|
||||
|
||||
Try adding the CSS to the additional.css tag. I would not go something so general as an h5 though since that will affect any h5 (and, it isn't an h5 to begin with). Do something like:
HTML Code:
.cms_widget #feevy_bar_19368 .feevy_title a {color: xxxxxx;} |
#5
|
|||
|
|||
It worked!
Helpful as always, thank you Lynne |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|