Archived topic
Can I make my links to underline? My H1 bottom margin does not adjust
5 replies · Started by Jude on July 19, 2019
2. How can I make all the links to be underlined when hovered?
3 The heading1 (H1) bottom margin does not adjust when I move the adjustment bar. How can I fix this?
Hi there.
2. All the links including menu etc?
3. Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
The link in the menu should not be underlined.
the changes are still made in the back end. it's not yet loaded to the live site. Once it live, I will share the link. Thank you
Try this for link underline:
.entry-content a:hover {
text-decoration: underline;
}
Thank you. Resolved
No problem :)