Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181130
    ralfares
    Participant

    Hi,

    How do I remove the title and content from the back of a specific card(s) and would like to keep the button on the back.

    Thank you

    #1181178
    Christopher
    Moderator

    Hi there,

    Please add a custom class to your card element and provide us with URL of page in question.

    Thanks.

    #1181198
    ralfares
    Participant
    This reply has been marked as private.
    #1181230
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-face-inner .x-face-title {
        display: none;
    }
    
    .x-face-inner .x-face-text {
        display: none;
    }
    

    Hope that helps.

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