Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »General »Graphic Design and Web Design Help

Notices

Graphic Design and Web Design Help Get Graphic Design and Web Design related help here


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 24-05-2008, 09:36 AM
Junior Member
 
Join Date: May 2008
Posts: 1
Default CSS font color issue in Wordpress

I have Wordpress 2.5.1 (the latest, just in case I got that number wrong).

I have installed the JSTheme and I have the Nightwish skin installed. It would be perfect two ways: one, if I could change the color of the fonts in the footer to white (currently you can't see headers of things like "Places I've Been" or "Meta" because the background is also white (I changed it to white) but there was no place to change the color of the font.

I also aim to eventually code it so I can put those items in the side, where the recent comments are.

But anyway - that will come later - for now I just wish I could find out how to change the font in the footer to black!!!

Here is the style.css:
Code:
/*
Skin Name:NightWish
Skin URI: http://jsbox.net/
Description:10.06.12007
Version:1.0
Author: Jay Kwong
Author URI: http://jsbox.net/
*/


/*Top Bar */

#pages{
    background: url(images/bg_3.png) repeat-x left top;
    }
    
    
.top_line{
    background: #000000;
    border-bottom:2px solid #fff;
    }
    
/*link */
a, a:link {
    color: #2286cc;
    }
    
a:visited {
    color: #2286cc;
    }
a:hover, a:active {
    color: #000;
    }


/*title*/
#menu_page .tit{
    text-align:center;    
    line-height:29px;
    letter-spacing:-1px;

}


#menu_page .tit a{
    color: #fff;
    background:url(images/tit.png);
    margin-top:15%
    }
    
#menu_page .tit a:hover{
    color: #82BAE8;
    }
    
#menu_page .des{
    margin-top:0px;
    background: url(images/des.gif);
    color: #639ccc;
    }
    
#menu_page .left, #menu_page{
    background:url(images/logo.gif) top left repeat-x  #032b51;
}



/*=======================================================Pages Menu*/
    
    
* #menu_page .right{
    background:url(images/r_bg.gif) #032b51 repeat-x;    
}

/*list style*/

    
    #menu_page li a{
    border-bottom:0px;
    color: #b8d8f3;

    }
    

    #menu_page li a:hover{
    background: url(images/ss.png) repeat 0%;
    color:#fff;
    }

    #menu_page li.current_page_item a,
    #menu_page li.current_page_item a:hover {
    background: url(images/ss.png) repeat 0%;
    color:#fff;
    
    }


/*==========================================================Cat Menu*/
        
#menu_cata{
    background: url(images/top_l.gif) left bottom repeat-x #258fc5;
    border-bottom:2px  double  #fff;
    border-top:2px double #fff;
    }


    #menu_cata .cat_tit{
        color:#ffffff;
        background:url(images/symb.gif) right center no-repeat;
        }
    
    #menu_cata .cat_tit span{
        color:#6db5e2;
        }

    
/*list style*/

    #menu_cata li{
    border-right:0px solid #F5F5F5;
    color: #CCCCCC;
    }
    
    
    #menu_cata li a{
    background: url(images/menu_over_off.gif)repeat 0%;
    color: #65b3e3;
    }
    
    #menu_cata li a:hover{
    background: url(images/menu_over.gif) repeat 0%;
    color:#004a8c;
    }
/*==========================================================side*/
#side{
    background: #ffffff
    }
    
#side h2{

    border-bottom:0px  solid  #666666;

    border-top:0px  solid  #666666;

    }





#side li{

    border-bottom:1px dotted #333333;

    color: #555555;

    }

    

#side li a{

    color:#999;

    }

    

    

#side li:hover{

    color:#000;

    background:#333;

    }

    
    
/*-----------------------------------------------delicious*/    
#side .delicious-posts li a{
    background:url(images/dic.gif) left top no-repeat;
}

#side .delicious-postsli a:hover{
    background:url(images/dic.gif) left top no-repeat  #333333;
}

/*-----------------------------------------------calendar*/    
        
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
color: #000;
}
    
/*---------------------------------------------lastfm*/


#side #scrobbler_widget_container li .date{
    color: #999999    
    }
    
    
#side #scrobbler_widget_container li{
    background:url(images/layout2_p_19_fm.gif) left 2px no-repeat;
    }
    
#side #scrobbler_widget_container li:hover{
    background:url(images/layout2_p_19_fm.gif) left 2px no-repeat #333;
    }


/*----------------------------------------------------------------------------list style right*/


    
.secondary li, .secondary ol li {
    color: #999999;
    border: 0px solid #fff;
    border-bottom:0px solid #d3eef8;    
    }


.secondary li a, .secondary ol li a {
    color: #999999;
    }

    
.secondary li a:hover, .secondary ol li a:hover{
    color: #0e6db2;
    }
    
.secondary li:hover, .secondary ol li:hover{
    background: #e4f6fc;
    }
    
    
#recent-posts .date{
    color: #9ed3eb;
    }
    
#recent-posts .comments{
    color: #5eb9e0;
    }    
    
#recent_comment img{
    border:1px solid #EEEEEE;
    }    
    
#recent_comment a{
    color: #5eb9e0;
    }    
    

#meta_rss{
    border:1px solid #F0F0F0;
    background: url(images/ress_meta.gif) right bottom no-repeat;
    color: #5eb9e0;
    }
    
#meta_rss a{
    color:#5eb9e0;
    background:url(images/feed.png) top left no-repeat;
    }

/*==============================================================================footer*/    


/*footer*/    

    
#footpage li{
    border-right:1px solid #b8b8b8;

}

#footpage li a{
    color:#999999

}

#footpage li a:hover{
    color: #E22C5E;

}


#footpage{
    background:#f7f7f7 url(images/bg_5.png) bottom repeat-x;
    }
    
#foot_info{
    background:#fff;
    }
    
#footer {
    color: #999;
    }
    
#footer a {
    color: #999999;
    }

#footer a:hover {
    color: #000;
    }
    
/*===============================================================================*/


h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
    color:#CCCCCC
    }
    
.secondary h2 { /* Secondary H2 is sidebar headlines */
    color: #238ab3;
    border-bottom:1px solid  #a3d9f1;
    border-top:0px solid  #fff;
    }
    
    .secondary h2 .a{ /* Secondary H2 is sidebar headlines */
    color: #46b1db;

    }
    
.entry-content {
    color: #444;
    }
    
    
.entry-meta { /* Time and category for blog entries */
    background: #fff;
    border-bottom:1px  dotted #EFEFEF;
    border-top:1px dotted #EFEFEF;
    color: #bbb;
    }
.entry-meta a{ /* Time and category for blog entries */
    color: #666666;
    }

    
.metalinks {
    border-bottom:1PX  dotted  #CCCCCC;    }
    
.commentsrsslink {
    background: url('images/feed.png') left top no-repeat;
        }
    
    
.navigation {
    border-bottom:1PX dotted  #ccc;
    border-TOP:1PX dotted #ccc;
    }
.navigation .left {
    background:url(images/l.gif) no-repeat left center;
    }

.navigation .right {
    background:url(images/r.gif) no-repeat  right center;
    }
    
    
#pages .w-left {
    border-right:0px solid #fff;
}
    
#rollingarchives{
    border-bottom:0px  solid  #daf1fb;

    }
    
#rollpages {
color:#197abb;

}

#rollnext, #rollprevious{
background:#9fdaf0;
color:#fff;

}


    
#rollprevious:hover,
#rollnext:hover,
#rollhome:hover {
    background:#56b2ec;
    }
    
#pagetrackwrap {
    background: url('images/sliderbgright.png') no-repeat right center;
    }

#pagetrack {
    background: url('images/sliderbgleft.png') no-repeat left center;
    }

#pagehandle {
    background: url('images/sliderhandle.png') no-repeat center center;
    }
Thanks so much (if anyone has a clue about it...but I don't know if it's possible!)

L
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #2 (permalink)  
Old 24-05-2008, 09:50 AM
PR Design's Avatar
CSS Wizardry
 
Join Date: May 2007
Location: Leeds, England
Gender: Male
Posts: 8,060
Default

Where it says:
Code:
#footer {
    color: #999;
    }
put
Code:
#footer{
    color:#000 !important;
}
Should work - I've put in an !inportant declaration to override any other specificity.
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?”
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Color Wheel and Color Theory Graphic Design Blog Graphic Design Blog 1 07-08-2008 06:55 PM
PHP fopen() security issue skunkbad Programming Forum 2 10-04-2008 08:07 PM
Copyright Issue Redboat Graphic Design and Web Design Help 9 18-10-2007 11:06 PM
Convert Spot Color to Equivalent CMYK Color imaginaimagen Graphic Design Forum 6 01-09-2007 02:35 PM
Display Issue and Nav Loading Issue tschneider Graphic Design and Web Design Help 12 23-01-2007 10:34 PM


All times are GMT. The time now is 05:02 PM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0