Hi,
how can i Chance the Color (yellow) at the Posts Carousel and at the latest Post?
Thanks for support
Patrick
Hi,
how can i Chance the Color (yellow) at the Posts Carousel and at the latest Post?
Thanks for support
Patrick
Hello Patrick,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
a.absp-cat:hover {
background-color: #ff0000 !important;
}
Regards,
Kharis
Hi Kharis,
it works!
Thank you!