Site logo

[Resolved] How can I remove underlines of post titles when using query loop

Home Forums Support [Resolved] How can I remove underlines of post titles when using query loop

Home Forums Support How can I remove underlines of post titles when using query loop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2502203
    Lewis

    Hi

    I am using query loop to display recent posts on my homepage.

    The post titles which are auto generated by query loop in headline blocks are underlined. I want to remove the text underline of the post titles but cannot find the option to in settings.

    Please help ? Thank you.

    #2502279
    Fernando
    Customer Support

    Hi Lewis,

    Add remove-underline to the class list of the Headline Block.

    Adding Custom Classes: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/

    Then, add this through Appearance > Customize > Additional CSS:

    .gb-headline.remove-underline a{
        text-decoration:none;
    }
    #2525374
    Lewis

    Thank you Fernando!

    #2525384
    Fernando
    Customer Support

    You’re welcome, Lewis!

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