Home Forums WoodMart support forum Disable letters of the title

Disable letters of the title

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

    Toni Tarres
    Participant

    Good morning,
    I need to deactivate the title of the header of the pages, but instead I do want the photo to appear in the background, that is, I only want to deactivate the letter above the photo, without changing the size of the photo.
    It’s possible?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
    .title-size-default .title {
        display:none;
    }
    }

    Best Regards

    #496909

    Toni Tarres
    Participant

    I keep seeing the title after adding the code. What can I do?

    #497162

    Hello,

    I am checking the shop page, I see categories but I do not see the title.

    You can disable the title completely: https://xtemos.com/docs-topic/options-for-pages/

    If you have any questions please feel free to contact us.

    Best Regards

    #497776

    Toni Tarres
    Participant

    The problem I have is not with the store but with pages like this one: https://noiretblanctruffes.infoactivat.com/som-tofonaires/
    What comes to mind is the title: “Som tofonaires”, and photography.
    The photograph is already good but I don’t want the title of “Som tofonaires”.
    Am I explaining myself?

    #497870

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    You can disable the title in the page settings, please note that you need to have an H1 tag for SEO, and then insert the image with the builder at the top.

    Best Regards

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