Title Color change
-
First off, I have very little knowledge concerning CSS. Having said that here is what I am trying to do.
I am trying to change the color of the title in the Aside format, I want it red for “each post” I put up using the aside button. I do not know how to enter the code into the box in order to change it out.
I would appreciate any and all input, thanks.
LDSRR91
The blog I need help with is: (visible only to logged in users)
-
Hi there, aside format posts do not have a title showing. It is hidden. If you want the titles to show and to be red, then the following would do that for you.
.hentry.format-aside .entry-title, .hentry.format-aside .entry-title a { color: #ff0000; } .format-aside .entry-header { display: block; } -
-
- The topic ‘Title Color change’ is closed to new replies.