Forums

post title question (2 posts)

  1. kitlynch
    Member
    Posted 11 months ago #

    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?

  2. chaoskaizer
    Member
    Posted 11 months ago #

    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 }

Reply

You must log in to post.

About this Topic

Tags

No tags yet.