Help with hyperlinks

Discussion in 'BlackBird WordPress Theme' started by lauramts123, May 2, 2014.

  1. lauramts123

    lauramts123 New Member

    Joined:
    Jun 20, 2013
    Messages:
    16
    Likes Received:
    0
    Location:
    1084 Lancaster Avenue Bryn Mawr, PA 19010
    Hello, I have the blackbird responsive theme for my website www.mainlinecounselingpartners.com. I have very limited computer skills but can follow clear directions if someone can tell me how to change the color of my hyper link from gray to blue.

    Thanks, Laura
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a {
    color: blue;
    }
    .footer .widget_inner a {
    color: blue;
    }
     
    In place of "blue" you can put your color or color code.
    This will solve your issue.
     
  3. gaffer

    gaffer New Member

    Joined:
    Nov 11, 2014
    Messages:
    16
    Likes Received:
    1
    Hello . . .

    I am having a similar issue with hyperlinks. The color of the hyperlink is blue on my Edit page, but when I update and then look at the post online, the link is Gray rather than Blue. Thoughts ?
     
  4. gaffer

    gaffer New Member

    Joined:
    Nov 11, 2014
    Messages:
    16
    Likes Received:
    1
    Also, I did copy and paste the code you gave Laura above, but the hyperlink was still Gray when I went online to the site.
     
  5. gaffer

    gaffer New Member

    Joined:
    Nov 11, 2014
    Messages:
    16
    Likes Received:
    1
    Hmmm . . . disregard. I went back to the site about an hour later and the hyperlinks were Blue ! All good.
     

Share This Page