How do I change link color globally?

Discussion in 'Blackriders WordPress Theme' started by bpmarketing11, Oct 28, 2013.

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

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Hello,

    Can someone please tell me how to make all links appear as blue instead of black?

    It's very difficult to see linked text the way it is right now. I would like to turn link text blue. How do I do it so that the changes effect the entire site?
     
    cholcombe likes this.
  2. Gourav

    Gourav Support Staff

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

    Can you please explain your problem with the help of screenshot, where you want to change the color of your links and also share the link of your website , so that we can give you the exact solution.
     
  3. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
  4. 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:
    .content-bar a {
    color: blue;
    }
     
  5. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    It's still showing black. Is there something else I need to change?
     
  6. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that by mistake you have forgotten to close the curly braces in your css code, please close curly braces in that code in your custom css, It will work fine.

    Sending image for reference

    2013-10-30_1519.png
     
  7. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Thanks for the tips. I got it working now.
     
Thread Status:
Not open for further replies.

Share This Page