Home Forums WoodMart support forum Disable Post Page Title Banner

Disable Post Page Title Banner

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301744

    Dejan
    Participant

    Hi WoodMart 🙂

    I’m setting up my own custom single blog post true to your theme via Elementor and would like to Disable Page title just specifically for the single blog posts.
    I tried it and I could do it for each specific post, but I would like it to be a default setting for all posts, is that possible?

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Regards.
    Xtemos Studios

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