how to change font color in wordpress new theme
February 7th, 2023
but blue color is not visible in black background.. i want to change colour of it ..
i went to stylesheet but there were so many colour in different catagories .. how do i do it
You need to find exactly which style you want to change. Look into HTML, how is called the one you want to change.
e.g. <div id=”weirdblue”>, then you need to change hexa color value of weirdblue. I can’t really help you more here.
Can you upload your stylesheet to rapidshare and post it here, I’d be glad to edit it for you.
thx for helping here is stylesheet content
http://~ Dead file host ~/files/326861544/stylesheet.txt
i want to change color of only the body of the posts … pls see the demo of this in woo themes(the body text is blue which is not visible in black background)
thx
Here you go matey:
http://~ Dead file host ~/files/327007025/stylesheet.txt
I don’t know if it is going to work, you have to test it. If it still doesn’t then have a look at this part of the code:
/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/
h1 {
/* Show nothing. Hidden under logo. */
text-indent:-9999px;
/* Use if text logo is shown */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 32px !important;
font-weight: normal !important;
letter-spacing: 1px !important;
margin: 0px !important;
}
h2 {
/* Show nothing. Hidden under logo. */
text-indent:-9999px;
/* Use if text logo is shown */
font-family: Arial, Helvetica, sans-serif;
font-size: 14px !important;
font-weight: normal !important;
color: #fff;
margin: 0px !important;
}
h2.lifestream_date {
margin:15px 0 8px 0 !important; padding:15px 0 0 0;
text-indent:0px;
font:0.85em Arial, Helvetica, sans-serif; color:#5a7d9a;
border-top:1px solid #172433;
}
h2.lifestream_date_first {
margin:15px 0 8px 0 !important; padding:0;
text-indent:0px;
font:0.85em Arial, Helvetica, sans-serif; color:#5a7d9a;
}
h3 {
/* Post/Page Titles*/
margin:0 -18px 18px -18px; padding:9px 18px 19px 18px;
font:bold 2.15em Arial, Helvetica, sans-serif; color:#e8eff7;
border-bottom:1px solid #101721;
}
h4 {
/* Meta/Category Title*/
margin:0; padding:0;
font:1.85em Arial, Helvetica, sans-serif; color:#7b8eb6;
}
h4.post-category {
/* With Divider */
margin:0 18px 0 0; padding:0 18px 0 0;
border-right:1px solid #202a37;
display:inline; line-height:55px; vertical-align:middle;
}
h4.single-info {
/* With Divider */
margin:0; padding:0;
display:inline; line-height:55px; vertical-align:middle;
}
h5 {
margin:0 -8px 15px -8px; padding:0 8px 10px 8px;
font:1.38em Arial, Helvetica, sans-serif; color:#FFF;
border-bottom:2px solid #1b2937;
}
h5.footer-title {
margin:0; padding:0;
font:1.08em Arial, Helvetica, sans-serif; color:#7984b4;
border-bottom:0;
}
h6 {
margin:0; padding:0;
font:0.77em Georgia, "Times New Roman", Times, serif; color:#b5c2cf;
text-transform:uppercase;
}
a:link, a:active, a:visited {
color:#FFF;
text-decoration:none;
}
h3 a:link, h3 a:active, h3 a:visited {
color:#e8eff7;
}
h4 a:link, h4 a:active, h4 a:visited {
color:#7b8eb6;
}
h5 a:link, h5 a:active, h5 a:visited {
color:#9cadc2;
}
#top-links a {
font:0.92em Arial, Helvetica, sans-serif; color:#725faa;
}
#navigation a {
margin:0; padding:21px 22px 0 22px;
width:auto; height:55px;
font:1.23em Arial, Helvetica, sans-serif; color:#93a2af;
/* IE6 Needs inline-block otherwise width:auto; spans 100% */
display:inline-block;
}
#navigation a span {
font:0.69em Arial, Helvetica, sans-serif; color:#dfdcf1;
display:block;
}
#twitter_update_list li a {
color:#b96db6; text-decoration:underline;
}
.post-meta span a {
color:#a5cbff;
}
.lifestream-content a, #right-col li ul li a, #tag_cloud a {
color:#4e667a;
}
#footer-list li ul li a {
font:1.00em Arial, Helvetica, sans-serif; color:#c3caf3;
}
a.woothemes:link, a.woothemes:active, a.woothemes:visited {
margin:0; padding:5px 87px 7px 0;
width:auto; height:22px;
background:url(images/woothemes-trans.png) no-repeat center right;
text-indent:-9999px; color:#949db1;
}
a:hover {
text-decoration:underline;
}
h3 a:hover {
text-decoration:none;
color:#B8CBE1;
}
#navigation a:hover {
color:#FFF;
text-decoration:none;
background:url(images/nav-hover-trans.png) repeat-x top center;
}
#twitter_update_list a:hover {
color:#FFF; text-decoration:none;
}
/* Styles */
.color-light, .color-light a {
color:#b5c2cf;
}
.color-dark, .color-dark a {
color:#4f6882;
}
.color-white, .color-white a {
color:#FFF;
}
.color-blue, .color-blue a {
color:#7f9bb9;
}
.font-georgia {
font-family:Georgia, "Times New Roman", Times, serif;
}
.font-arial {
font-family:Arial, Helvetica, sans-serif;
}
.size-small {
font-size:0.77em;
}
.size-large {
font-size:1.23em;
}
.trans-uppercase {
text-transform:uppercase;
}
.display-inline {
display:inline;
}
.display-block {
display:block;
}
/* Misc */
blockquote {
font-family:Georgia, "Times New Roman", Times, serif; color:#516479;
}
#top-links {
color:#7157a9;
}
.search-box {
font:0.92em Arial, Helvetica, sans-serif; color:#c2b1e7;
}
#twitter_update_list {
margin:8px 0 0 0; padding:0;
font:1.92em Georgia, "Times New Roman", Times, serif;
list-style:none; display:block;
}
.post-meta span {
font:0.85em Arial, Helvetica, sans-serif; color:#546378;
line-height:55px; vertical-align:middle;
}
.continue-reading {
margin:0; padding:0 0 0 22px;
width:auto; height:auto;
background:url(images/continue-reading.gif) no-repeat center left;
font:bold 0.92em Arial, Helvetica, sans-serif; color:#6f8cc0;
}
#right-col {
color:#3d5467;
}
.comment-author {
color:#c7cdd4;
}
.comment-text {
font:0.92em Georgia, "Times New Roman", Times, serif; color:#FFF;
}
.input {
font:0.92em Arial, Helvetica, sans-serif; color:#677a89;
}
.lifestream-content {
font:0.92em Arial, Helvetica, sans-serif; color:#3d5467;
}
#footer-list li ul li {
font-size:0.85em; color:#3d556d;
}
#footer-copyright {
font:0.85em Arial, Helvetica, sans-serif; color:#939fae;
}
can u tell me what and where have u edited
Sorry, I forgot to mention that – This is the main part of the text content in the stylesheet:
.comment-author {
color:#c7cdd4;
}
.comment-text {
font:0.92em Georgia, "Times New Roman", Times, serif; color:#FFF; <<<< I changed this from Blue to White (#FFF)
}
.input {
font:0.92em Arial, Helvetica, sans-serif; color:#677a89;
}
it doesnt work