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

    Hello
    I am trying to remove the dates from the summary of my blog posts
    i have tried addin gthe following css
    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
    {
    display: none;
    }
    with no luck
    appreciate your help!

    #1180845

    Hey pattyNE,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .avia-content-slider .slide-meta-time {
    	display: none !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1180911

    Thats worked great!
    thank you

    #1180932

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove date from Blog Post summary’ is closed to new replies.