Code Designs

Designs: Code Designs

HTML #

The HTML code is used to render the HTML of the Clerk.io block, including the Product data and the container around it.

Attributes can be inserted via our templating language and then used as part of the Design. Be sure that any Custom Attributes you’d like to use in your Designs are synced with Clerk.io.

CSS #

You can use this editor to write custom CSS for use in your templates. Any CSS you write will be injected to the top of the page.

Clerk.io’s embed codes simply inject everything to your webshop, meaning that all of your existing CSS can be made available in your Design.

To adjust any CSS in your Design, first locate the class or ID value you’d like to modify in the Design’s CSS container. You can then adjust existing components of that element’s CSS or add elements to the display in that class/ID.