How to add custom CSS for my store?

Customizing the look and feel of your online store can significantly enhance the user experience and reinforce your brand identity. Adding custom CSS (Cascading Style Sheets) is one of the effective ways to achieve this. This article will guide you through the process of adding custom CSS to your store.

Open Settings

Go to your Store.link dashboard and click on Settings > Integrations where you will see the option to add a custom script. Click on Connect to add your code.

Click 'Connect'Add Custom Script

Copy and paste your code inside the <script> tags. Don't forget to click on Save when you're finished making changes.

Fill '<style>

.product-card{
border: none;
border-radius: 0;
font-family: Helvetica;
font-weight: 400 !important;
text-transform:lowercase;
letter-spacing: 0.025rem;
}

</style>'



Still need help?

Contact us

Store Design