Site logo

Archived topic

Cannot Remove Underlined Links.

3 replies · Started by Daniel on August 29, 2022

Viewing posts 1–4 of 4

Hi Daniel,

You have this CSS which adds the underline:

.entry-content a:not(.button) {
	box-shadow: inset 0 -1px 0 currentColor;
	transition: color 100ms ease-in,box-shadow .13s ease-in-out;
}

.entry-content a:not(.button):focus, .entry-content a:not(.button):hover {
	box-shadow: inset 0 0 0 currentColor,0 3px 0 currentColor;
}

Woops! I missed that part!

Thank you so much Ying!

You are welcome :)

This archived topic is closed to new replies.