Link Color

Discussion in 'BlackBird WordPress Theme' started by carly, Apr 24, 2013.

Thread Status:
Not open for further replies.
  1. carly

    carly New Member

    Joined:
    Apr 23, 2013
    Messages:
    8
    Likes Received:
    0
    1. Is there a way to have all texts that have links be a different color?
    2. And if you hover these links could they have a different color?
    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth a {
    color: red;
    }
    .fullwidth a:hover {
    color: green;
    }
    .content-bar a {
    color: red;
    }
    .content-bar a:hover {
    color: green;
    }
     
  3. carly

    carly New Member

    Joined:
    Apr 23, 2013
    Messages:
    8
    Likes Received:
    0
    Awesome! It worked. And I changed the colors to blue and hover as red.

    I spent all day changing my blog to this theme, and I love how clean, professional and ease of use it is. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page