Modifying the entry title

Viewing 2 posts - 1 through 2 (of 2 total)
  • #18389
    TSOP
    Participant

    Hello,

    I am trying to change the entry titles (post titles that act as urls) on the landing page (only).

    I managed to change the hover color using:

    .entry-title a:hover {
    color:#7a95bb;
    }

    But I am unable to do so for the “unhoverd” title.

    What I have tried:

    .entry-title a {
    color:#77aa9a;
    }

    And trying to manipulate the h2. (Though it didn’t work. It was something of a workaround, but I obviously would prefer if I don’t have to set the h2 just for this).

    .entry-title h2 {
    color:#77aa9a;
    }

    And: changing the Headings Font Color in Theme Options. But this unfortunately also affects the headings of single posts.

    Thank you.

    #18391
    TSOP
    Participant

    Managed with this:

    h2.entry-title a {
    color:#6988b2;
    }

    Thanks anyway.

Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: 

You must be logged in to reply to this topic.