Archived topic
Where do you enable and disable the "underline link" in the customizer?
3 replies · Started by Rika on January 20, 2022
Hi Support,
Where do you enable or disable the option to underline links in the customizer?
I can't seem to find it.
Please assist.
Thanks
Rika
Hi Rika,
The customizer only has options to change capitalization and the font-weight of the texts.
For setting underline to links, it depends on how the links were added.
If the link is from a plugin, you can check the plugin's setting if they have a styling setting for having underline for links.
If you're pertaining to the default links, you'll have to write custom CSS for them. :D
Example:
a {
text-decoration: underline;
}
Thank you, Elvin.
This is helpful and I managed to sort out the problem.
Regards,
Rika
No problem. Glad to be of any help. :D