How do I change the color (and the hover color) of my post titles? I changed the page titles (H1) but am not able to find the css to change the post titles.
FYI: I'm using the Bouquet theme.
The blog I need help with is dietitianduo.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do I change the color (and the hover color) of my post titles? I changed the page titles (H1) but am not able to find the css to change the post titles.
FYI: I'm using the Bouquet theme.
The blog I need help with is dietitianduo.com.
<marquee direction="left" bgcolor=#808080 behavior=" " scrollamount="1" scrolldelay="10" border="0"> <h5>Адолат ва одил суд бўлмаган шароитда давлат қароқчилар тўдасига айланади. Августин Аврелий</h5></marquee>
Hi Huquqbon,
There isn't anything in my CSS that says marquee direction. Any other ideas of what I could look for?
@dietitianduo
That code is for Blogger blogs. It won't work on a WordPress.com blog. This custom design upgrade comes with Staff support. If you don't get it soon then type modlook into the sidebar.
All CSS editing here is theme specific. Here is the link to the CSS file for Bouquet so you can locate the selector. https://wpcom-themes.svn.automattic.com/bouquet/style.css
I think the element you want is entry- title.
This first one will be the entry title on your individual post page
h1.entry-title {color:#ff0000;}
This will color the entry-title that is a link (as it is on front page)
.entry-title a {color:#00ff0000;}
And this your hover color
.entry-title a:hover {color:#0000ff;}
Thank you!
This topic has been closed to new replies.