Tag Area Color. How Do I Change without Affecting The Background?
-
AuthorPosts
-
How do I change tag area color without affecting the background color. I saw beautiful schemes, but how to make mine look like one, Blue, has not been possible. Please assist
The blog I need help with is: seeclouds.com
Hi,
Do you have the Custom CSS upgrade from WP.com?
http://en.wordpress.com/products/custom-css/
Try something like this to change the color of this area:
.post-bottom {
background: #888;
}If it’s the color of the text you’d like to change try:
.post-bottom a:link, .post-bottom a:visited {
color: #323232;
}Best Regards,
ScottHi scott,
Thanks alot for that. It’s not possible to edit my blog’s CSS stylesheet. I viewed my blog’s original stylesheet but am seeing, it can’t be edited. How do i do it?
Thanks
RobertHi Robert,
Thanks for the response.
You’ll need this upgrade:
http://en.wordpress.com/products/custom-css/
Do you have this?
Kind Regards,
ScottIn the custom design page, it’s written upgrade active. I think I upgraded when i was using a previous theme. Or where do I upgrade CSS. I’m still CSS learner.
Thanks,
RobertHi Robert,
The CSS Editor can be found under Edit CSS in the Appearance menu of your dashboard. It consists of a blank area for typing and two buttons:
Do you see this?
http://wpcom.files.wordpress.com/2010/12/edit-css.png
You should be able to add the CSS I provided above:
.post-bottom { background: #888; } .post-bottom a:link, .post-bottom a:visited { color: #323232; }
Best Regards,
ScottScott,
I did paste on top of stylesheet and it worked. The color is only a problem now. I wanted white, your code is of brown or something close to that. And a code of the header, want that Facebook color of bluish. I appreciate your invaluable assistance Scott.Thanks,
RobertHey Robert,
Try this instead:
.post-bottom {
background: #FFFFFF;
}
.post-bottom a:link, .post-bottom a:visited {
color: #0079B2;
}Let me know how that works. Thanks again!
ScottHey Scott,
I should say you are a genius before I say, thank you so much for having time to help me out.
I will copy this and save them in word. It might help someone when you are not around. thank you. The rest of the things I guess I can sort them one by one. And again I say Thank you.Sincerely,
RobertHappy to have helped out Robert!
Thanks again and enjoy the weekend.
Scott
Thank you. You too enjoy your weekend.
Hi Scott,
I am so sorry. I had to come back. I tried changing on my own with no success the footer color, the sidebar text color and the comments area color.
I want the footer and comments sections to be white and the sidebar text color to be blue. I appreciate your help.Sincerely,
RobertHey Robert,
Hope to address the questions above.
1. Footer & Comments Area Background Color:
#footer-widgets {
background: #ffffff;
}#comments {
background-color: #ffffff;
}#comments h3 {
color: #000;
}2. Sidebar Text
.widget ul li a {
color: #009CE5;
}Hope that helps!
Best Regards,
ScottHi Scott,
Thank you so much Scott. It really worked. One more request; want to change my header color to grey. I think it will suit and complement the rest of the other colors of the blog. Please.
Thanks,
RobertScott, bother yourself no more. I now have what I had in mind for my blog. Cheers man. You have been my lifeline. Thank you and thanks for WordPress.com forum.
Sincerely,
RobertHappy to have helped Rob :D
Thanks again!
Scott -
AuthorPosts
The topic ‘Tag Area Color. How Do I Change without Affecting The Background?’ is closed to new replies.