Hey @AMiorin , sure
Try it with this code!
Give your a Tag a class like this:
<a class=“noHover”>
<strong>Read more</strong>
</a>
And for your css like this:
.noHover:hover,
.noHover:focus {
color: “#fff !important”
}
Best regards,
Özcan
Hey @AMiorin , sure
Try it with this code!
Give your a Tag a class like this:
<a class=“noHover”>
<strong>Read more</strong>
</a>
And for your css like this:
.noHover:hover,
.noHover:focus {
color: “#fff !important”
}
Best regards,
Özcan