• Resolved Stilian

    (@stilians)


    Hi,

    I’m trying to add some custom css into the emails. For example, I want to hide the Price and Line Subtotal columns of the {{cart.product.table}} shortcode, because the table is completely unresponsive on small screens. Normally, I would use something like this: th:nth-child(4), th:nth-child(5), td:nth-child(4), td:nth-child(5) {display:none;}.

    I saw your filter for adding styling to the table here, but I can’t figure out how to use it properly (or if it’s even possible) for my desired result.

    Can you help, please?
    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom css into the emails’ is closed to new replies.