vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Widget Formatting... Possible CSS Issue, help! (https://vborg.vbsupport.ru/showthread.php?t=258671)

Lazorbeam 02-10-2011 06:55 PM

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.

https://vborg.vbsupport.ru/external/2011/02/41.jpg

Any idea?

Lynne 02-10-2011 07:09 PM

It's from custom css you've added or the script is using - #feevy_bar_19368 .feevy_title a

Lazorbeam 02-10-2011 08:28 PM

Quote:

Originally Posted by Lynne (Post 2161104)
It's from custom css you've added or the script is using - #feevy_bar_19368 .feevy_title a

I haven't added any custom css, all I did was paste the aforementioned code. Can I wrap some sort of tag around said code to make the color change?

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.

Lynne 02-10-2011 08:32 PM

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;}

Lazorbeam 02-10-2011 08:58 PM

It worked!

Helpful as always, thank you Lynne :)


All times are GMT. The time now is 08:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01104 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete