Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1372632
    Rad
    Moderator

    Hi there,

    Not sure what happened, but please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery( function($) { 
    
    $('.products.cols-3 li').removeClass('first last');
    $('.products.cols-3 > li:nth-child(3n+0)').addClass('last');
    
    } );

    Hope this helps.

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