Home Forums WoodMart support forum Remove fields from blog

Remove fields from blog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #408658

    joaomfariamartins
    Participant

    How can I remove/hide the category, posted by, date of the post and map from the blog list and blog post? Please find the images attached.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide the pages URL we will provide custom CSS.

    Best Regards

    #408700

    joaomfariamartins
    Participant

    The website is under construction. So the pages are not visible to the public.

    #408868

    joaomfariamartins
    Participant
    #408914

    Hello,

    Please check the site admin access, I cannot log in.

    Best Regards

    #408915

    joaomfariamartins
    Participant

    Hello. I know, I deleted that account. Who has access to this private content? I don’t want to have username and passwords exposed.

    #409044

    joaomfariamartins
    Participant

    I created a new account access for you. Please check the private content.

    #409144

    Hello,

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

    .blog-design-masonry.has-post-thumbnail .post-date {
     display:none;
    }
    .meta-categories-wrapp  {
      display:none;
    }
    .wd-entry-meta .meta-author {
      display:none;
    }
    body .wd-post-date.wd-style-with-bg {
      display:none;
    }
    body .post-single-page .meta-post-categories {
    display:none;
    }

    Best Regards

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