Quantcast
Channel: Opinion: Shopify Community - Shopify Apps
Viewing all articles
Browse latest Browse all 11091

Christopher Lobay commented on Order Printer stylesheet?

$
0
0

You need to add a class to your tables, like this:

<table class="morfars"></table>

And then you should be able to style anything in that table with ease:

table.morfars, table.morfars td, table.morfars th {
    border-style:none;
    vertical-align:top;
    font-family:"Times New Roman";
    font-size:20px;    
}

 I hope this helps!


Viewing all articles
Browse latest Browse all 11091

Trending Articles