Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #888288

    Hi there

    Can you tell me how I remove the blog post dates on this page please?

    I already have this css but it’s not working: .single-post .date-container {display:none !important;}

    #888413

    Hey Picante,

    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

    
    .avia-content-slider .slide-meta time {
      display: none;
    }
     .html_elegant-blog .avia-content-slider .slide-meta {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #888483

    Perfect – thank you!

    #888585

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Blog Post Date’ is closed to new replies.