Site logo

[Support request] Remove undeline post title

Home Forums Support [Support request] Remove undeline post title

Home Forums Support Remove undeline post title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2561564
    hans_grif

    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

    #2561744
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > General and set the Underline Links to Never

    #2561759
    hans_grif

    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.

    #2561795
    David
    Staff
    Customer Support

    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

    #2561808
    hans_grif

    Hi David,

    Works fine. Thanks a lot!

    #2562697
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.