Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901492

    Hi,
    On this page: https://www.finansforbundet.no/tillitsvervet/ I would like to hide the date.

    Also, if possible – maintain height, so that the page does not move together with the different text amount in slider posts.

    #901500

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    time.slide-meta-time {
        display: none!important;
    }
    .avia-content-slider-inner {
        height: auto!important;
    }
    

    Best regards,
    Yigit

    #901504

    Great!

    And while we are at it… How can I remove the Category stamp in the post slider as well

    #901508

    Hi,

    Please add following code to Quick CSS as well

    .slide-content span.blog-categories.minor-meta {
        display: none!important;
    }

    Best regards,
    Yigit

    #901511

    Excellent!

    That´s about the fastest support I have experienced ;)

    Thanks!

    #901517

    Hi,

    You are welcome! :)

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘HIde / remove date in post slider’ is closed to new replies.