[Resolved] Delete word HOME from homepage

Home Forums Support [Resolved] Delete word HOME from homepage

Home Forums Support Delete word HOME from homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1316151
    Jagi

    When I use CSS .entry-title {
    margin-bottom: 0;
    display: none;
    }, it does delete the word home, but then it also deletes the titles of my posts in different categories. Is there anyway to delete this word without affecting posts. I have turned it into a page and have added CSS for that, but still not hiding the word home.

    #1316166
    Leo
    Staff
    Customer Support

    Hi there,

    Try using the disable element metabox to disable the Content Title of that page:
    https://docs.generatepress.com/article/disable-elements-overview/

    Let me know if this helps 🙂

    #1316196
    Jagi

    Thank you this has worked, is there one for categories as well.

    #1316375
    Leo
    Staff
    Customer Support

    I clicked through some category archives and don’t see the titles.

    Have you solved it?

    #1317010
    Jagi

    I used CSS code, but was wondering if there is another way to do it.

    #1317321
    Leo
    Staff
    Customer Support

    You should be able to add this PHP snippet:
    remove_action( 'generate_archive_title', 'generate_archive_title' );

    Adding PHP: https://docs.generatepress.com/article/adding-php/

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