Home Forums WoodMart support forum article

article

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #712284

    serviziweb
    Participant

    Ciao sto lavorando al sito
    https://www.farmaciasantamarianola.com/
    Nell’articolo ho il titolo sopra e anche la dicitura da chi è stato scritto
    come faccio ad eliminarle?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To hide the blog page title, please edit the page from the page settings >> Page title, disable the page title: https://ibb.co/0pyxXDgh

    2. To hide the meta options for blog post, please go to Theme Settings >> Blog >> Blog Archive >> Disable Meta Information: https://ibb.co/wZXX3fw9

    Best Regards.

    #712414

    serviziweb
    Participant

    Ok grazie.
    E per singolo articolo?
    Cioe ad esempio
    https://www.farmaciasantamarianola.com/green-interior-design-inspiration/

    Vorrei che non ci fosse il nome dell’autore e il titolo iniziale

    #712456

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To remove the Author from the Single Post, you can try this Custom CSS code:

    .single-post .wd-post-author.wd-meta-author {
        display: none !important;
    }

    And to remove the title from the Single Post only, you should try this Custom CSS code:

    .single-post .wd-page-title .title {
        display: none !important;
    }

    Best Regards,

    #712464

    serviziweb
    Participant

    Grazie per questo
    .single-post .wd-post-author.wd-meta-author {
    display: none !important;
    }

    Vorrei eliminare anche questo simbolo che allego. (Immagine 2026-03-13 144930)
    E in piu forse mi sono spiegata male non voglio eliminare il titolo ma quest’altra immagine che allego (Immagine 2026-03-13 145019)

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    1. Please use the below custom CSS code:

    .single-post .wd-post-reply.wd-style-1 {
        display: none;
    }

    2. You can change or delete the background image for the title section easily from Theme Settings >> Page Title: https://ibb.co/Z1htz5Qm

    Best Regards.

    #713304

    serviziweb
    Participant

    Ciao Vorrei eliminare anche la possibilità di far commentare

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

    serviziweb
    Participant

    Vorrei che di defoult non ci fosse e non vorrei disabilitarlo articolo per articolo

    #713354

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .single-post div#comments {
        display: none;
    }

    Best Regards.

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