By Marcia Diamond on Wednesday, 04 January 2017
Posted in General
Replies 3
Likes 0
Views 131
Votes 0
Hi, How do I change the link color to match my template? Right now it is blue and I want to change it to a violet. I am working on my new dev.soulspring.org site.

Thanks!
Which page are you referring to? I tried viewing https://dev.soulspring.org/authors and it's already in violet.
·
Wednesday, 04 January 2017 12:30
·
0 Likes
·
0 Votes
·
0 Comments
·
The remainder of the links - for the "latest' blog posts and featured posts on the front page. All of those links are in blue and I want them to match the latest author module links in purple.

Thank you.
·
Thursday, 05 January 2017 07:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to put code below in your custom.css file and see how it goes
JoomlaFolder/templates/(Your Current Template)/css/custom.css

.jsn-bootstrap3 a {
color: none !important;
}
·
Thursday, 05 January 2017 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post