March 27, 2020 at 10:47 am
#76189
Theme Horse Support Team
Keymaster
Ok then you can add the background-color properties on the both above code.
Like:-
.site-content .newscard-widget-recent-posts .nav-link {
color: black;
background-color: red;
}
.site-content .newscard-widget-recent-posts .nav-link:hover,
.site-content .newscard-widget-recent-posts .nav-link.active {
color: blue;
background-color: green;
}
Thanks