Title: post title question
Last modified: August 19, 2016

---

# post title question

 *  [kitlynch](https://wordpress.org/support/users/kitlynch/)
 * (@kitlynch)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/post-title-question-1/)
 * i cant seem to find the right code to style my post headings (links) a different
   color than my post body links. Can anybody point me to the code that needs to
   be changed at [my site?](http://kitsblog.com)

Viewing 1 replies (of 1 total)

 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/post-title-question-1/#post-915937)
 * > i cant seem to find the right code to style my post headings (links) a different
   > color than my post body links. Can anybody point me to the code that needs 
   > to be changed at my site?
 * Its inside your theme’s [style.css](http://kitsblog.com/wp-content/themes/blogtxt/style.css)
   on line 19.
 *     ```
       div.hfeed a,
       div.hfeed a:link,
       div.entry-content ul.xoxo li.hentry span a
       div.entry-content ul.xoxo li.hentry span a:link{
         color:#34425b;
         font-weight: bold;
       }
       ```
   
 * you could also _add another_ CSS rules
 *     ```
       .post .entry-title a{ color: hotpink !important }
       .post .entry-title a:hover{ color: maroon !important }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘post title question’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/post-title-question-1/#post-915937)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
