Home Forums WoodMart support forum How do I remove the page title text of one page only

How do I remove the page title text of one page only

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #497716

    thiago
    Participant

    Hey team!

    Could you help me with a custom CSS to remove the page title text of the Sobre Nós page (about us in Portuguese)?
    I’d like to remove the text and keep the page title image.

    Thanks!
    TP

    #497786

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #497834

    thiago
    Participant

    Hey Luke, sure.
    Credentials are in the private area.

    Cheers,
    TP

    #498028

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help. Define it in Theme Settings -> Custom CSS.

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

    Kind Regards

    #498090

    thiago
    Participant

    Hey Luke,

    The CSS worked and removed the title of the page. However the title image size reduced.
    How can I keep it the theme’s default size?

    Cheers,
    TP

    #498123

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to adjust it:

    .page-id-4400 .title-size-default {
        padding: 120px 0;
    }

    Define it in the “Desktop CSS” area in Theme Settings -> Custom CSS.

    Kind Regards

    #498125

    thiago
    Participant

    Awesome!
    Really appreciate Luke!

    #498138

    Luke Nielsen
    Keymaster

    Hello,

    You are always welcome.

    Feel free to contact us if you have any further questions.

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘How do I remove the page title text of one page only’ is closed to new replies.