2011-09-05, 07:04 AM
2011-09-05, 07:15 AM
you can add code similar to below in global.css (change color value as per requirement)
.post_author_info {
font-weight: bold;
color: #000fff;
}
2011-09-05, 07:29 AM
Thanks. Do you also know how to change the following:
- Usertitle css
- Post css, my theme background is gray and the normal font is also gray. doesn't look good.
- Usertitle css
- Post css, my theme background is gray and the normal font is also gray. doesn't look good.
2011-09-05, 08:02 AM
for the post content , find code similar to below in global.css
add required color attribute for it , like below (change color value..)
for the user title color, add below code in global.css (change color value..)
you may also have a background color by using background: colorvalue;
.post_body {
padding: 5px;
}
add required color attribute for it , like below (change color value..)
.post_body {
padding: 5px;
color: #000fff;
}
for the user title color, add below code in global.css (change color value..)
.post_author {color: #000fff;}
you may also have a background color by using background: colorvalue;