badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change language post tabs

#76189

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