Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413303
    DNC Creativ
    Participant

    I want to remove all Text (Titel, Autor, Date, Hover Effekt, Link) from the Post carousel at top of the page.
    I just want to display the images of the posts without any function.
    Is that possible?

    Thanks for help

    #1413531
    Thai
    Moderator

    Hi There,

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

    .x-post-carousel-meta,
    h2.h-entry-cover {
        display: none;
    }
    
    .x-post-carousel.unstyled .entry-cover {
       pointer-events: none;
       cursor: default;    
    }

    Hope it helps 🙂

    #1413535
    DNC Creativ
    Participant

    Great, it works 🙂

    Thanks a lot 🙂

    #1413716
    Rahul
    Moderator

    Glad it worked for you.

    If you have anything further to ask regarding the theme, let us know. We’d be happy to assist you with anything.

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