How to change font size for the table

Go to Appearance > Customize > Extra CSS

and insert

.dzs-woo-table {
font-family: "Gill Sans", sans-serif;
}

if you need it for a specific table – go to Shop Layouts and in Extra Styling fields add

#selector# {
font-family: "Gill Sans", sans-serif;
}

 

Was this article helpful?

Related Articles

Leave A Comment?