Tutorials Blog
Hosting
Software
Dolphin Tips
Help Forums FREE Mods
Licensing
People
Donate
News
Search
  •  
 
 
 
Blog Text Color is too close to the background
Quote12.20.2008 03:390 people like thisLike
 

Just a little point in the right direction to the script I need to modify in order to make the preview text for my blogs to be brighter. Check out my site below, and you'll see what I mean. Looks like this was one thing overlooked by the creater of the template.

http://anarchytube.org/blogs

See what I mean? The text is too dark for th eyes.

Quote12.20.2008 20:120 people like thisLike
 

You should find what you are looking for in:
yoursite.com/templates/your-template-name/css/blogs_common.css

Try changing the following:
.clr3
{
color:#000000;
display:inline;
}

Change the color part to a brighter color maybe white or a lighter gray for example:
.clr3
{
color:#ffffff;
display:inline;
}

Sometimes these are shared by other parts/pages of dolphin so you might look around in blog related pages to make sure the color doesn't change somewhere else.

Most of what you are looking to change for the particular page you mention should be in the same file:
yoursite.com/templates/your-template-name/css/blogs_common.css

Quote12.21.2008 03:150 people like thisLike
 

Worked like a charm. Again, thanks for all of your help!

Quote12.21.2008 18:540 people like thisLike
 

If you have firefox get the firebug plugin/addon. It is extremely helpful and time saving to find things like this. Simple to use and works great.

Check this article out for a very simple brief overview of firebug.
Change the layout and design with Firebug