Good night
I need your help to solve an old issue.
I need to correct a color setting on my site, but I can't find the right way to do it.
I need to change the “Hover” color in the article lists that appear below the blog articles.
The “Hover” link color is set to blue: #044CD0 and I need it to change to dark grey #404040 , if possible adding the underline effect when the mouse hovers over the link.
I've tried the Presets, the colors in the Template, but I've never found the right place because nothing worked. I was always stuck with the blue. Anyawy I think the right place is Theme.css from line 1392 where this sequence appears:
ul.related-article-list {
list-style: none;
padding: 0;
li {
margin-bottom: 10px;
.article-header {
h2 {
font-size: 1.2rem;
a {
color: #252525;
&:hover {
color: #044CD0 ;
But apparently updating this setting causes a bug.
So, the help I need is how to create an override for this in custom css , because if I try to modify this file the site gives errors.
Thank you