All media files in CS-Cart (i.e. images, fonts, flash) are stored in the following directory:
design/themes/your_theme_name/media
There is a separate images directory for e-mails:
design/themes/your_theme_name/mail/media
Icon fonts are widely used in CS-Cart. Icon font - a font every symbol of which is an icon. Comparing with raster icons such approach has a number of benefits:
To make working with icons simple the Icomoon service is used in CS-Cart. Further we will describe how to add and edit icons.
@import
directive:@import "custom_icons.less";
<i class="icon-user"></i>
in the desired part of the text, where icon-user
is the corresponding icon class.Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.