Home Forums WoodMart support forum Remove data from Blogs

Remove data from Blogs

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

    millann
    Participant

    Regards,

    I want to remove certain things from the Blog as well as individual pages of the Blog section!

    First I want to remove the META information from the tabs on the Blog Archive page. Although I disabled this option through the Woodmart theme this information is still visible!

    Second, I want to remove Breadcrumbs (Home / Name of the page) from all pages, both from the Blog archive and from individual pages. The client does not want this text to appear.

    All of what I have listed should be turned off globally, both on Desktop and mobile devices!

    In the screenshots you will clearly see what I want to remove.

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

    Hello,

    01. Try to add the following custom css code in Theme Settings > Custom CSS > Global Custom CSS area.

    .wd-post .wd-post-meta {
        display: none;
    }

    02. To hide breadcrumbs in the page title, navigate to Theme Settings > Page title > Disable the option “Show breadcrumbs.

    If you want to disable this on only the blog page, It is possible by using our theme presets. Please read the below documentation for more details.

    https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards,

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