Home / Forums / WoodMart support forum / article
Home › Forums › WoodMart support forum › article
article
- This topic has 8 replies, 2 voices, and was last updated 3 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 12, 2026 at 2:12 pm #712284
serviziwebParticipantCiao 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.March 13, 2026 at 9:01 am #712381Hello,
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.
March 13, 2026 at 11:16 am #712414
serviziwebParticipantOk 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
March 13, 2026 at 4:23 pm #712456Hello,
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,
March 13, 2026 at 4:51 pm #712464
serviziwebParticipantGrazie 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.March 14, 2026 at 9:12 am #712543Hello,
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.
March 19, 2026 at 10:16 am #713304
serviziwebParticipantCiao Vorrei eliminare anche la possibilità di far commentare
Attachments:
You must be logged in to view attached files.March 19, 2026 at 10:45 am #713311
serviziwebParticipantVorrei che di defoult non ci fosse e non vorrei disabilitarlo articolo per articolo
March 19, 2026 at 2:41 pm #713354Hello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register