Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Twentig

    (@twentig)

    Hello,

    You need to use the “Twentig – No title” template to remove the page title on your pages. To change the template of a page:

    1. Open the page you want to edit.
    2. In the Settings sidebar, open the Page tab.
    3. In the Template panel, select the “Twentig – No title” template.
    4. Update the page to apply the change.

    Best,
    Tom

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Thanks tom I have already modified the page, but I see that there is a big space between the menu and the first block, is there any way to reduce that space.
    I leave you a screenshot.
    https://ibb.co/f11Bn6k

    Plugin Author Twentig

    (@twentig)

    Hi

    You can reduce the spacing by adding the following CSS code in the Customizer > Additional CSS panel. That way, the header will have the same padding above and below.

    .site-main {
        padding-top: 0;
    }

    If you need to reduce the padding further, you can change the header padding by going to Customizer > Twentig Options > Header and changing the Header Padding option.

    Hope that helps,
    Yann

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Hi
    One last question, I have started a new project with the Twentig plugin, I have added the code but I still see that there is a lot of space between the menu and the image (I leave a screenshot) is there any way to reduce it?
    https://ibb.co/L9D1Wxm
    URL: https://nailsproject.xyz/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I delete the title part of a page?’ is closed to new replies.