Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #896654
    ZerotoOne
    Participant

    hey there,

    Id like to do two things
    1. change the height of my post carousel (see screenshot
    2. Display the post carousel only on my landing page and not the other like blog etc.

    thanks a lot!

    my page is: http://christian-pestel.de 🙂

    #897345
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-post-carousel.unstyled {
        display: none;
    }
    .home .x-post-carousel.unstyled {
        display: block;
    }
    .home .x-post-carousel.unstyled .entry-cover {
        padding-bottom: 150px;
    }
    .home .x-post-carousel.unstyled {
        height: 154px;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-896654 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>