Home › Forums › Basel support forum › CHANGE FONT COLOR IN LINKS CHANGE FONT COLOR IN LINKS This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by Eric Watson. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 14, 2017 at 11:15 am #17526 empapelarteParticipant Hay can I configure the theme to automatically change all the link color to an specific one? Not in the navigation menu but in the web text. Thanks August 14, 2017 at 12:19 pm #17529 Eric WatsonParticipant Hello, Try to add the following code snippet to the Custom CSS in Theme Settings. .blog-post-loop a, a{ color: #19bb52; } .blog-post-loop a:hover, .blog-post-loop a:focus, a:focus, a:hover{ color: #6cd290; } Kind Regards XTemos Studio Author Posts Tagged: color, link Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register