Home Forums WoodMart support forum problem hiding dates in all web content

problem hiding dates in all web content

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

    santiagosagrado
    Participant

    Hello

    I want to hide the date in the whole website (posts, carousels, lists etc). I’ve been looking in the forum and found a topic that talks about it in which you reply that you have to add the following code in the Custom CSS tab

    body .blog-post-loop .post-date {
    display:none;
    }

    I’ve tried it and it works perfect except on a post page.

    Can you help me?

    Thanks in advance

    #152165

    Hello,

    You can use the below CSS code in your global custom CSS area under theme settings to hide the date from the post page:

    .post-single-page .post-date {
    display:none;
    }

    Best Regards.

    #152174

    santiagosagrado
    Participant

    It works perfectly!

    Thank you

    please, one last plea for help.

    can you tell me the CSS code to hide also “Posted by Author” ?

    once again, thank you very much

    #152307

    Most Welcome,

    To hide the “Posted by Author” you can use the below CSS code in your global custom CSS area under theme settings:

    For the post page:

    .post-single-page .meta-author{
    display:none;
    }

    For the blog page:

    body .blog-post-loop .woodmart-entry-meta .meta-author{
    display:none;
    }

    Best Regards.

    #152309

    santiagosagrado
    Participant

    works perfectly!

    Thanks again. But the comment counter still appears and the share icon (I attach a box for you to see) thought it was part of “Posted by Author”.

    Please, another wonderful CSS code? 🙂

    Thanks again and I promise not to bother you anymore.

    Thanks again

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

    Most Welcome,

    To hide the comment counter you can use the below CSS code in your global custom CSS area under theme settings:

    body .blog-post-loop .woodmart-entry-meta .meta-reply{
    display:none;
    }

    And to hide the share icons from blog page you can use this CSS code:

    body .blog-post-loop .hovered-social-icons{
    display:none;
    }

    To hide the share buttons from the single post page you can disable the “Share buttons” option from Theme Settings >> BLOG

    Screenshot for clarification: https://jmp.sh/aiaOt78

    Best Regards.

    #152394

    santiagosagrado
    Participant

    Thanks!!!!!!!!

    #152395

    Most Welcome :-)

    If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘problem hiding dates in all web content’ is closed to new replies.