Archived topic
Link with underline spacing
3 replies · Started by Salty Communication on December 20, 2022
Viewing posts 1–4 of 4
Hi!
I am looking for creating the same link style on the boxes on the middle of the page.
Underline with spacing and change color on hover.
Thanks!
Hi there,
is there anywhere specific you want to add those link styles on your site ? Or is it for ALL links ?
For example if you have Link Underlined enabled in Customizer > General.
The you can use this CSS to offset the links underline position:
a {
text-underline-offset: .45em;
}
Nice David! Thanks.
You're welcome!
This archived topic is closed to new replies.