Forums

[resolved] change the color of the post title to the link color (9 posts)

  1. nashbloger
    Member
    Posted 2 years ago #

    I want my post title to be the same color as my tags. My post title appears black then turns blue when hovered on. I want it to appear
    like my links. They appear blue and turn black when hoverd on. thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Site url?

  3. nashbloger
    Member
    Posted 2 years ago #

    tourmaline-info.com

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    To turn the post title links blue, edit style.css (line 664) and change:

    .post h3 a, .post h2 a {
    color:#000000;
    text-decoration:none;
    }

    to

    .post h3 a, .post h2 a {
    color:#0071BB;
    text-decoration:none;
    }

    To change the hover color to black, edit style.css (line 669) and change:

    .post h3 a:hover, .post h2 a:hover {
    color:#DF2E56;
    }

    to

    .post h3 a:hover, .post h2 a:hover {
    color:#000;
    }
  5. nashbloger
    Member
    Posted 2 years ago #

    Thank you that worked great! I was wanting to
    change hover to red and where do
    you find these color codes?

  6. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    I did wonder about the hover color. The other links on your site are using #F44365 which is a similar color to your Archives and Meta heading blocks on your sidebar.

    I found these color codes in your theme's stylesheets but many graphics applications can be configured to provide hexadecimal codes such as these. ColorSchemer Color Pix is a little Windows freeware color picker that grabs the pixel under your mouse and transforms it into a number of different color formats.

  7. nashbloger
    Member
    Posted 2 years ago #

    It worked. Thanks.

  8. Mark / t31os
    Moderator
    Posted 2 years ago #

    Handy tool.... :)

  9. xcobar
    Member
    Posted 2 years ago #

    Nice tip - nice tool, works pretty well!
    many thanks and greetings from Brazil.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.