Liquorice Theme–Changing Post Title Color
-
AuthorPosts
-
I was able to change the color of the navigation menu at the top–however, as you can see, “Home” is still in orange (how do I change that?) and also I want to change the color of posts (ie I want “Hello World” to match the other colors on the blog–not turqoise). Can anyone help? Thanks in advance!
The blog I need help with is emilyandyale.wordpress.com.
The site linked to your username is not a free hosted WordPress.com blog. Please post an active link starting with http://for the blog in question
You may also benefit from reading this > WordPress.com vs. WordPress.org: The Differences > http://support.wordpress.com/com-vs-org/
Actually, I have a few blogs and the one specifically that I’m referring to is a WordPress.com hosted blog. It’s emilyandyale.wordpress.com.
Would you be able to help me with my question?
The “home” tab (current page) font color is here.
#nav .current_page_item a { color: #CC4D22; }
The rounded turquoise rectangle around the post titles is actually a repeating gif image, but I would probably suggest just declaring a color and forgetting about the image as below. The second is the “hover” color that is orangish like the font color on the home tab in the menu.
#primary-content .post-title a { background: none repeat scroll 0 0 #0097A5; } #primary-content .post-title a:hover { background: none repeat scroll 0 0 #CC4D22; }
Great, that helps! I also have two more questions related to the colors for this theme:
1) The hover link over the menu pages (Home, About Us, Registry, Etc.) is orange–how do I change that?
2) How do I change the color of the title of the post when I click on it (for example: http://emilyandyale.wordpress.com/2011/06/09/hello-world/)?
Thanks in advance!
1) Oops, I should have caught that for you. It would be here.
#nav li:hover > a, #nav ul ul:hover > a { color: #CC4D22; }
2) Sorry again, that would be here.
#primary-content .single-title, #primary-content .page-title { color: #07818C; }
Many thanks for all of your help, it’s all fixed!
You are welcome.
-
AuthorPosts
The topic ‘Liquorice Theme–Changing Post Title Color’ is closed to new replies.