Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114855
    SiriusWeb2015
    Participant

    Hi

    for http://www.intflc.org.au/

    under the slider there is a grid posts section. I use post category titles as a normal text. When clik these category sections for each grid items, They go category archive page. Could I disable link option for these grid post with custom css.

    Regards

    #1115134
    Lely
    Moderator

    Hi There,

    Thanks for posting in. Please try adding the following code on Appearance > Customize > Custom > Edit Global Javascript:

    jQuery ( function( $ ) {
          $('.tg-cats-holder .category').removeAttr('href');
    });  

    Then also add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .tg-cats-holder .category {
        cursor: default !important;
    }

    Hope this helps.

    #1116226
    SiriusWeb2015
    Participant

    It works perfectly 🙂
    Thank you for amazing services

    #1116636
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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