Archived topic
Remove undeline post title
5 replies · Started by hans_grif on March 9, 2023
Hi there,
I want to remove the undelining of the post title on the post archive page https://www.lekkerdivers.nl/nieuwtjes/ and on the home page https://www.lekkerdivers.nl/ in the blue container. I did search the Support Forum but did not find a way to achieve this. Can you help?
Thanks
Hi there,
go to Customizer > General and set the Underline Links to Never
Hi David,
Thanks but that is not what i want. I only want to remove the undeline of the post title on the post archive page and on the home page in the blue container. Your solution removes all link underlining.
Sorry about that.
1. Add this CSS:
.no-underline a {
text-decoration: none;
}
2. then edit the Container Block(s) you want to remove the text decoration from, and in Advanced > Additional CSS Class(es) add: no-underline
For the archive you can edit the Block Element - Content Template to add the class to its container
Hi David,
Works fine. Thanks a lot!
You're welcome