Home Forums WoodMart support forum How to hide or move RECENT POSTS date and " No Comments "

How to hide or move RECENT POSTS date and " No Comments "

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26033

    Jess
    Participant

    you gave me code that works in blog, thank you.
    ” Date ” and ” No Comments ” display in RECENT POSTS.
    I have disable comments in wp setting.

    
    .woodmart-entry-meta,
    .woodmart-post-date {
    	display: none!important;
    }
    Attachments:
    You must be logged in to view attached files.
    #26052

    Artem Temos
    Keymaster

    Hi,

    Use this also

    .recent-posts-info .recent-posts-time,
    .recent-posts-info .recent-posts-comment {
    	display: none!important;
    }

    Regards

    #26059

    Jess
    Participant

    works! Thank you so much again.

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

The topic ‘How to hide or move RECENT POSTS date and " No Comments "’ is closed to new replies.