Blog Title Color Change
-
I am using the Adelle theme and the color for the title of my posts is not what I want it to be and I don’t know how to change the color. My blog title I used an image header and so I didn’t have this problem. Help!
The blog I need help with is: (visible only to logged in users)
-
Hi,
For your blog titles you can use this CSS:
.entry-title, .entry-title a { color: #ff0000 !important; }Note that my example uses a really ugly red for an example, you will want to change it to the color you want to use.
Hope this helps!
-
If you need help with a color code, this one might work well:
.entry-title, .entry-title a { color: #f18297; }Also, you can add that to your Appearance > Customize > CSS editor to make the change.
I noticed your latest post has images served from another site, so the aspect ratio is off. It’s really easy to add images in a gallery in WordPress! You can just drag a group of images from your computer into a post. And some of the gallery formats look really nice too. Here’s a link with more information in case you’re interested:
http://en.support.wordpress.com/images/gallery/
- The topic ‘Blog Title Color Change’ is closed to new replies.