Site logo

Archived topic

Remove undeline post title

5 replies · Started by hans_grif on March 9, 2023

Viewing posts 1–6 of 6

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

This archived topic is closed to new replies.