• Hi guys & gals,

    I’m trying to change the color of any links that I post within the message body only. I know how to change ALL of the links, but this unfortunately fubars my theme.

    I have done a fair amount of googling as it seems I am just racking up the questions here, so please note I have tried to find the solution before posting. All of the code I found via google unfortunately did not work for me.

    My site is here: https://www.scaryinternet.com
    The specific post that I want to change the link color is here: https://www.scaryinternet.com/2010/01/22/black-people-are-scary/

    Don’t let the link name scare you off, it’s more of a satire / humor site so don’t take it too seriously. ??

    Thanks for any help all.

Viewing 1 replies (of 1 total)
  • Are you talking about the link ‘post’? If you are coding the links yourself, take out the <font color="brown"> and </font>, leaving just the text ‘post’.

    Then in style.css, add this at the end;

    div.main p a {color: yellow;}
Viewing 1 replies (of 1 total)
  • The topic ‘How to change the color of links in the post body’ is closed to new replies.