I have a site using this template where I have set up the link colour but it is not taking effect. I do exactly the same thing on a different site and it works fine - any ideas appreciated.
It appears the text has some inline style that overrides the default link color. To amend try adding the following to the Custom CSS field of your template settings..
(edit to taste)
.com-content-article__body span > a {
color: #4c9f4c !important;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »