Theme Documentation > Custom CSS

Custom CSS

Custom CSS allows you to add additional custom styles to your entire online store. This area is only required if you cannot create the desired style using the other theme settings. Furthermore, it should only be used by developers who understand CSS coding.

CSS should be formatted in standard CSS format, e.g.

.card {
   border-color: red;
}