Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855526

    allcal
    Participant

    I have woocommerce products with a price table in the short product description. However, when I call a category shortcode in columns, the table just doesn’t fit so I want to remove it. I wrapped my shortcode in a div class of class=”shortcodecss” and added the css below. However it removes the tables from the whole site. How can I remove the table just from the css class around the shortcode?

    http://printmorespendless.com/allcal/product/tze-se4/ has the shortcode and css class applied below the product info and tabs.

    .shortcodecss .table, th, td {
    display:none;
    }

    #855747

    allcal
    Participant

    Nevermind. Got it. Instead of trying to delete the table from the shortcode class. I add a class to the table and deleted the class when using the shortcode.

    #855926

    John Ezra
    Member

    Glad you got it to work! 🙂