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

    Hi there!

    I have my blog page set up in the advanced layout editor, and have inserted the blog posts in a grid layout.

    How can I remove the Comments & Date from below the title? I’ve tried th following:

    slide-meta {
    display: none!important;
    }
    
    .avia-content-slider .slide-meta div { display: none !important; }

    But nothing’s working yet.

    Thanks in advance!

    #945690

    Hey kellyCraftMedia,

    Thanks for giving us the link as the code you used to fix it.
    Try changing this code you have:

    slide-meta {
    display: none!important;
    }

    with:

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

    Hope this helps :)

    Best regards,
    Nikko

    #948093

    Oh duh. Thank you!

    #948103

    Hi,

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove meta data in blog post grid’ is closed to new replies.