Archived topic
Underline link hover
3 replies · Started by mohamedhassan on September 6, 2019
Viewing posts 1–4 of 4
Hi Gp team,
I'd like to underline the link hover with the color e94f08 (the blog post title is not included).
Regards,
Mohamed
Hi there,
You can add this CSS to add an underline to the links within the content of the single post:
.single-post .entry-content a:hover {
text-decoration: underline;
}
The color of the underline will match the link, which you can set the hover color in Customizer > Colors > Content > Link Hover
thank you!
You're welcome
This archived topic is closed to new replies.