Wordpress theme 2013 link color

Discussion in 'CSS' started by smokey99, Mar 30, 2015.

  1. #1
    Hi Folks,
    Feeling pretty stupid, I can't seem to find the place to change the link color in WP 2013 Theme :(
    I tried changing the css in the 2 areas I colored red below, but that didn't do it.
    I would greatly appreciate it if someone could point me to the right place.
    Thanks
    Scott

    body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
    }

    a {
    color: #ea9629;

    text-decoration: none;
    }

    a:visited {
    color: #ac0404;
    }

    a:focus {
    outline: thin dotted;
    }

    a:active,
    a:hover {
    color: #ea9629;

    outline: 0;
    }

    a:hover {
    text-decoration: underline;
    }
     
    smokey99, Mar 30, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Depends, but if you're trying to change the style of the links that are part of the theme, say "Comments" or similar, you need to find .entry-meta a { } and change the color there.
     
    PoPSiCLe, Apr 1, 2015 IP
    smokey99 likes this.