First please install and activate this plugin
https://wordpress.org/plugins/simple-custom-css/
Then navigate to Appearance > Custom CSS
Copy and paste this code below into it and click save
/*========== Begin change link color ==========*/
a:hover, a:focus,
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.slick-slider button,
.entry-title a:hover,
.entry-meta a,
.entry-utils .socials a:hover,
.read-more { color: #e15c2e; }
.read-more:hover { border-color: #e15c2e; }
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button { background: #e15c2e; }
/*========== End change link color ==========*/
That is just perfect! Thank you so much!
Hello can you help me please ? I just did what you said and it didnt work for me
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected’,’in /home3/kristel2/public_html/plugins/simple-css.php on line 313
This is perfect, you saved my life! 🙂
Thanks, the link color works, but how can change the underline?
If I change the text-decoration: none it doesn’t affect.
If I change the text color this works
Thanks,