Home Forums WoodMart support forum Hide title page

Hide title page

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

    karine
    Participant

    Hi,
    How do I hide page titles please ?

    Thanks

    Regards

    Karine

    Attachments:
    You must be logged in to view attached files.
    #476005

    Luke Nielsen
    Keymaster

    Hello,

    If you want to hide it globally, you can use the below code, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .page-title .entry-title {
        display: none;
    }
    
    .page-title {
        padding: 140px 0;
    }

    In case for the specific page, I suggest you use our theme presets, more detail here: https://xtemos.com/docs-topic/theme-settings-presets/

    Kind Regards

    #476007

    karine
    Participant

    Hi,
    No just the title.
    Thanks

    #476017

    Luke Nielsen
    Keymaster

    The above code hides only the title.

    Please let me know if it works for you.

    Kind Regards

    #476024

    karine
    Participant

    Ok ! perfect ! Thank you for your help.
    Regards

    #476026

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘Hide title page’ is closed to new replies.