If you created custom CSS to your Tolstoy widget, this guide will show you how to add it to your Shopify store!
Pasting your Code on your Custom Liquid
- In your Shopify admin page, access your code by clicking on Themes on the left menu. Under Actions, click on Edit code. 
 
 
- Under Layout, go to theme.liquid. 
 
 
 Paste this code before the end of the </body> tag. Insert your custom CSS between the curly brackets.
 
 - <style> 
 .tolstoy-widget {
 }
 </style>
 
- Click Save when you're done. 
Pasting your Code on your CSS Asset
- In your Shopify admin page, access your code by clicking on Themes on the left menu. Under Actions, click on Edit code. 
 
- Under Assets, go to base.css. 
 
 Paste the below code anywhere on the page. Insert your custom CSS between the curly brackets.
 
 - .tolstoy-widget {
 }
 
- Click Save when you're done. 
That is it!
If you need any help with custom CSS, feel free to reach out at support@gotolstoy.com and we'll help you customize your widget to your preference! 



