• I was able to use the CSS code .page-id-22446 .entry-title{display:none;} to hide the title from the landing page, but it has since stopped working; possibly because of the latest update?

    I have tried all of the following:

    post=22446 .entry-title{
    display:none;
    }
    .page-id-22446 .entry-title{
    display:none;
    }
    .post=22446 .entry-title{
    display:none;
    }
    .page-id-22446 .entry-title{display:none;}


    Please let me know if there is another way to hide the page title from the landing page without downloading a third party plugin.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @llregimbald,

    Thanks for reaching us,

    For removing the title from the page please use the CSS Code below:

    .post=22446 .cm-entry-title{
    display: none;
    }

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

    Regards

    Thread Starter llregimbald

    (@llregimbald)

    Hi Barsha, unfortunately this code (copied and pasted exactly as shown) is still not working. The title is still visible. Looking forward to figuring out a resolution.

    Hi @llregimbald,

    Thanks for getting back,

    Can you please try adding the following CSS Code and check if it helps you or not:

    .page-id-22446 .cm-entry-title{
    display: none;
    }

    Let me know the update after adding the code and I will get back to you.

    Regards

    Thread Starter llregimbald

    (@llregimbald)

    Yes, that seems to have worked. Thank you.

    Hi @llregimbald,

    Glad to hear that the issue has been fixed and thanks for the update. Let me know of any other issues or confusion in the future and I will get back to you.

    Regards

    Thread Starter llregimbald

    (@llregimbald)

    Hi Barsha, I now have a blank space between the menu and the first image on the landing page and I’d like to remove it. Is there a custom CSS that will do this?

    Hi @llregimbald,

    Sorry for the delayed response,

    While checking you have reduced the space in-between the menu and the image. For your confirmation please check the screenshot here: https://prnt.sc/LLxyIJMpNJy1

    Let me know if you have any other issues or confusion, and I will get back to you.

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Landing Page Title’ is closed to new replies.