• Resolved Juanma Aranda

    (@juanmaaranda)


    Hello!
    I’ve been tested version 5.3-beta 2-46373 which also includes the Twenty Twenty theme.

    I think that if this theme is designed to generate home using Gutenberg blocks, it should include the option to hide the title at least from the page marked “home”, either through the theme’s customizer or as an option for all pages that appear in the right sidebar.
    I think this option is currently not available. At least I couldn’t find her.
    What do you think?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sajjad Hussain

    (@sajjadhussain2509)

    Yes you are right there is not hide option right now.
    But you can hide using custom css code

    Inspect and select the part that you wish to hide.
    After selection use css
    e.g
    #page-title{
    display: none;
    }

    #pag-title just random name of the section maybe its something different.

    Let me knwo if you solve it out.

    Thread Starter Juanma Aranda

    (@juanmaaranda)

    Thank you for your response and for your help @sajjadhussain2509.

    It is not a particular doubt of mine, but a suggestion for improvement before the final launch of WP 5.3

    When a user uses Gutenberg to create their home, they usually do not know or do not want to use CSS.

    The logical thing is that if the theme aims to promote the use of Gutenberg, include all the options to create a decent home.

    For this reason, the option to hide the title of the page I think is vital and necessary if we want the theme to be used with Gutenberg.

    Otherwise, the user will not use one thing or another, because he cannot remove that huge H1 that will appear in the center of the page.

    Regards.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Since Twenty Twenty is not technically ‘core’, you should raise a ticket in https://github.com/WordPress/twentytwenty about this.

    I’m marking this resolved, as this is not the appropriate place to ask for theme changes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide title in Twenty Twenty home’ is closed to new replies.