Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219820
    UniteCoop
    Participant

    Hi, I can’t figure how to delete the top and bottom cells of the pricing table.. don’t need them and just take up space.. You can see at http://www.fitpark.ca

    Thanks!

    #1219956
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-pricing-column h2 {
        display: none;
    }
    
    .x-pricing-column-info {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 0;
    }
    
    .x-pricing-column-info ul {
        margin-bottom: 0;
    }

    Hope this helps.

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