Hello,
how is it possible to get a red hover text on this 6 text blocks underneath the slider.
Color: #a62c0a
and without the line.
Link without underline
Hi,
Thank you for the inquiry.
You can add this css code to adjust the hover color of the links in the text block element:
.avia_textblock h4 a:hover strong {
color: #a62c0a !important;
text-decoration: underline;
text-decoration-color: #a62c0a;
}
Best regards,
Ismael
Hello, this didn’t work for this site :(