Hi,
I've searched the forum for how to do this but the answer was incomplete to me.
I know I need to go to template manager, edit css, select style 1, edit and add this code:
a:link{
color:#008fde;text-decoration:none;
}
This is supposed to make the link blue in color, right?
In the solution I read, I was supposed to add this to the <div>?
I completely did not understand this, as my assumption is that once you add the code, all text links in the body of the page should change in color. Why do I need to add something extra to the code in my article?
What am I missing?
Can someone please break this down showing me what the code should look like in the article and css?
Thank you.