Changing Line Color in an Embedded Link

  • Unknown's avatar

    I am currently using the Tarski theme at http://progressconservative.com. I have made several changes to the CSS. One thing I cannot figure out though is how to change the look of links embedded in a post. I would like to make changes to their appearance without it affecting other links (post title, blogroll, etc) in my blog. Does anyone have the CSS code isolated for just the links within a post body?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Answered my own question. This is the code for Tarski:

    content a:link,.content a:active,.content a:visited,.post-content a:link,.post-content a:active,.post-content a:visited,.comment-content a:link,.comment-content a:active,.comment-content a:visited,#blurb a:link,#blurb a:active,#blurb a:visited,.recent p a:link,.recent p a:active,.recent p a:visited {
    border-bottom:1px solid #003399;
    font-weight:normal;
    color:#003399;
    }

  • The topic ‘Changing Line Color in an Embedded Link’ is closed to new replies.