View
 

How to set default font and size for texts in product descriptions

Page history last edited by Eugene 1 year, 3 months ago

Use the following code to set the default appearance of product descriptions:

 

div.ecwid-productBrowser-details-descr  {
color: #ANY-COLOR;
font-family: "FONT";
}
 
Replace ANY-COLOR and FONT with real values.