My Page Titles Turned Blue

  • EducatedSavage

    #24088

    OMG, I should have double-checked my work! I must not have saved the color change! I feel a bit of a fool, now, but thank you so much for checking it for me! It’s a glorious maroon color now!

    Thank you, thank you, thank you!!!

    TWA

    #24089

    Could anyone tell me what the CSS is to make the link hover colour change? Like other links on the graphene theme.

    I currently use just this for the link colour – what do I add for hover colour?

    .post-title, .post-title a, .post-title a:visited {
    color: #b10a14;
    }

    Anonymous

    #24090

    Try this first:

    .post-title a:hover {
    color: #000000 !important;
    }

    And if that doesn’t work, try this:

    a:hover {
    color: #000000 !important;
    }

    The first code will only make your post titles the new color. The second code will make any link on the site the selected color.

    Don’t forget to change the hex color code to whatever you like.

    TWA

    #24091

    Thanks for your help Josh – I used the fist one and that did the trick 🙂

Viewing 4 posts - 11 through 14 (of 14 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.