Home Forums Basel support forum Remove "posted by" and "leave and a comment"

Remove "posted by" and "leave and a comment"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13967

    Naxelana
    Participant

    Hi i would like to remove “Posted by xxxxx” and “Leave a comment”

    How do you do ?

    Thanks

    #13970

    Artem Temos
    Keymaster

    Hello,

    Please, send us a link where do you want to remove them.

    Regards

    #14171

    Naxelana
    Participant

    I would like to remove “Posted by xxxxx” and “Leave a comment” from “article”

    #14174

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove them

    .entry-meta {
    	display:none;
    }
    #14180

    Naxelana
    Participant

    Thank you !
    And how do you remove date and category.

    Regards !

    #14189

    Artem Temos
    Keymaster

    With this code

    .blog-design-masonry .post-date,
    .meta-post-categories {
    	visibility:hidden;
      opacity: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)