• Hello.

    How do I remove the underline text decoration from front page headlines?

    How can I retain the photo captions so they are shown on featured photos?

    Is there a way to automatically add ellipsis to the first line of a post…?

    Many thanks,

    Steve

    • This topic was modified 1 year, 1 month ago by Popeye1.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Steve,

    Thanks for reaching us,

    For removing the underline from the heading area, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS :

    .cm-entry-title{
        display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter Popeye1

    (@popeye1)

    Hello. Thanks for replying. The css code removes the headline from the post.
    I’m trying to remove the underline.

    thanks.

    Hi,

    Thanks for reaching back,

    For removing the headine, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS :

    .cm-entry-title a{
    text-decoration: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Headline text decoration’ is closed to new replies.