How to change the color of links in pages?

Discussion in 'BlackBird WordPress Theme' started by ketia, May 29, 2013.

  1. ketia

    ketia New Member

    Joined:
    Apr 14, 2013
    Messages:
    18
    Likes Received:
    0
    Hi.
    I need to change the color of the links I have in different pages in my website ( not the blog pages).

    How do I do that?

    Thanks

    Keti
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    .content-bar a{
    color: you color value;
    }
    .fullwidth a{
    color: you color value;
    }
     
  3. ketia

    ketia New Member

    Joined:
    Apr 14, 2013
    Messages:
    18
    Likes Received:
    0
    Hi.
    I did what you said above and nothing happened.

    Here is a link to a page on my website so you can see what I am talking about.
    I don't want for the link text to be gray. I want for it to be #ed4e27 or #f6ae88.


    Thanks
     
  4. ketia

    ketia New Member

    Joined:
    Apr 14, 2013
    Messages:
    18
    Likes Received:
    0
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Ketia,

    You have not copied code properly from above post.
    You have missed . from the code

    .content-bar a{
    color: you color value;
    }

    [​IMG]

    Copy code again and replace it with previous one you have added.
     

Share This Page