I'm using selecta theme and I want to change the font colour of my post titles. Note that I am a complete idiot when it comes to all things technical so step by step instructions would be very helpful
The blog I need help with is storkhunting.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
I'm using selecta theme and I want to change the font colour of my post titles. Note that I am a complete idiot when it comes to all things technical so step by step instructions would be very helpful
The blog I need help with is storkhunting.com.
This is the way I would try it using CSS (there may be other customizing options related to font and color that I am overlooking here because I have no experience with them.)
Also, I have not tested this because I can't access my CSS module on the iPad.
Paste this code into your css box and set your color choices for the title and for the hover color by substituting the color numbers you want.
.entry-title a{color:#111;font-size:25px;font-weight:bold;}<br />
.entry-title a:hover{color:#fff;}
This topic has been closed to new replies.