Im noticing that links dont easily stand out and as such people are not clicking on them if say its a company name in a sentence and their name takes you to the website.
Is there a way to make links be a different color than the rest of the writing?
2 Answers
To change color link in the single page. You can log in to Dashboard > Theme > Customize. Add the following code in the “DW Focus header script”
<style>
.single-post .entry-content a {
color: #... !important;
}
</style>
Also you can send me a screenshot or your site for further checking.
Hope this helps !
Regards,
Dominic
Great very usefull!!
Thanks
Please login or Register to submit your answer