Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143284
    flacnvinyl
    Participant

    We are using ‘the grid’ which certainly has some limitations. One thing we would like to remove is the category metadata beneath the thumbnail and associated title.

    #1143345
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1143581
    Darshana
    Moderator

    Hi there,

    To remove category meta, you can add this under Custom > CSS in the Customizer.

    
    .tg-grid-holder .tg-cats-holder {
        display: none !important;
    }
    

    I couldn’t figure out the second issue, could you please explain the thumbnail issue with a screenshot?

    Thanks!

    #1143627
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1144226
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .pracia .tg-item-media-holder {
        bottom: 42px;
    }
    .tg-item-content-holder.dark.image-format {
        height: auto;
    }

    Hope that helps.

    #1144591
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1145299
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    .pracia .tg-item-media-holder {
        bottom: 42px !important;
    }

    Let us know how this goes!

    #1153625
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1153805
    Darshana
    Moderator
    This reply has been marked as private.
    #1154208
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1154572
    Christopher
    Moderator

    Hi there,

    Please add this code too :

    .tg-item-image {
        background-size: cover !Important;
        height: auto !important;
    }

    Hope it helps.

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