Home Forums WoodMart support forum How to hide or move Blog date and auther both

How to hide or move Blog date and auther both

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

    Jess
    Participant

    I need to hide or move date and author of blog every where.
    I turned off Theme settings -> Blog -> Author bio,
    but still display author.

    #25949

    Artem Temos
    Keymaster

    Hello,

    Could you please attach a screenshot where do you want to hide it?

    Regards

    #25969

    Jess
    Participant

    I am sorry, I forgot to upload screenshot.

    #25970

    Jess
    Participant

    screenshot

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

    Jess
    Participant

    screenshot 2

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

    Artem Temos
    Keymaster

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

    .woodmart-entry-meta,
    .woodmart-post-date {
    	display: none!important;
    }
    #26016

    Jess
    Participant

    works! Thank you so much.

    #26020

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘How to hide or move Blog date and auther both’ is closed to new replies.