Tagged: , , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #477948

    Hi!

    On my front page, where all my blog posts are shown is the title and below is the date shown. How can I set Enfold to disable / hide the date?
    In Enfold > Blog “Blog Post Date” is already unchecked.

    Please help.

    #477955

    Hi Desire!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .av-masonry-date {
        display: none;
    }

    Regards,
    Yigit

    #477968

    Thank you!

    #477987

    They’re still showing in the mobile version, how disable them there?

    #478216

    Hey!

    I looked at your site and I can still see the dates on the desktop version as well so I guess you removed the code? You can try the following instead:

    .home .av-masonry-date {
        display: none !important;
    }
    

    Please clear the cache from your mobile browser and reload a few times if you should not see the changes as the code will apply to all screens sizes.

    Cheers!
    Rikard

    #478275

    Thanks for the reply. It was the cached version maybe. I reset WP fastest cache, now it’s ok.

    #478277

    Hey!

    You are welcome, we are always happy to 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 post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Disable (hide) date, which is shown below blog entries?’ is closed to new replies.