Archived topic
Link underscore
3 replies · Started by Павло on October 4, 2020
Viewing posts 1–4 of 4
Hello!
Tell me how to make an underscore for a link on my website https://malynevskyi.com/ (example: https://prnt.sc/usy1ze )/). To make the underline disappear on hover.
Respectfully yours, Pavel
Hi there,
try adding this CSS:
.entry-content a:not(:hover) {
text-decoration-line: underline;
}
Thank you, problem solved.
You're welcome
This archived topic is closed to new replies.