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

    I’m using the ‘wp date remover’ plugin to hide the date of my blog posts. It works fine for the widgets in te side bar and footer, but it won’t hide the date on the blog page. I’m not sure which css to use for this.

    Also in the portfolio widget in the side bar and footer I would like to hide just the time and keep the date.

    Can you help?

    • This topic was modified 4 years, 3 months ago by graphicsplus.
    #1234956

    Hey graphicsplus,

    Add this to quick css for the blog:

    .slide-meta-time.updated{
    display:none!important;
    }

    As for the portfolio page, you can’t hide just the time, both will be hidden. This is due to the coding of the theme itself.

    Best regards,
    Jordan Shannon

    #1235170

    Thanks for the code Jordan. That works fine.

    Just in case my client wants to hide both date and time in the portfolio, could you send me the appropriate CSS for that as well?

    #1235219

    Hi,

    I tried re-opening the Portfolio page and couldn’t access it.

    Best regards,
    Jordan Shannon

    #1235345

    I’m sorry, I didn’t realize you had to access it again so I put it back into maintenance mode. It’s accessible again now.

    #1235735

    Hi graphicsplus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .widget .news-time {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1235747

    Thanks! That works perfectly. Great service.

    #1235868

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide date and/or time in blog posts and portfolio items’ is closed to new replies.