View
 

How to change font of all texts in Ecwid store

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

Use this custom CSS code: 

 

.ecwid div, .ecwid span, .ecwid a, .ecwid p {
  font-family: NAME_OF_FONT !important;
}

 

For example: 

 

.ecwid div, .ecwid span, .ecwid a, .ecwid p {
  font-family: verdana, arial, sans-serif !important;
}