• 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?

Viewing 1 replies (of 1 total)
  • 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 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.