CSS for changing link colors

Discussion in 'BlackBird WordPress Theme' started by oonamekas, Nov 6, 2012.

  1. oonamekas

    oonamekas New Member

    Joined:
    Sep 5, 2012
    Messages:
    2
    Likes Received:
    0
    I'm looking for the css code to change the colors of my links in posts.

    (right now they are too muted of a color because i'm using the grey color theme)

    please advise! thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. fixschooldiscipline

    fixschooldiscipline New Member

    Joined:
    Nov 9, 2012
    Messages:
    9
    Likes Received:
    0
    Hi,
    I would like code to be able to change the color of hyperlinks on all pages to a dark orange.
    mejorandoladiscipline.org

    It is currently password protected, but it is a basic Blackbird theme that looks like HarvardLatino.org

    Thanks!

    Best wishes,
    Monica
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .page-content a{
    color:red!important;
    }
    Inplace of "red" put your color value.
     

Share This Page