Articles on: Klip Settings

How to Apply Custom CSS to Your Coupons

Customizing the look and feel of your coupons is a great way to make them blend seamlessly with your store's design. By adding custom CSS, you can fine-tune every detail of your coupons' appearance to match your branding. Steps to Add Custom CSS:

1. Access Klip Coupon Settings:



In your Shopify Admin Dashboard, navigate to Klip Coupon Settings from the left navigation bar.

2. Go to the Advanced Section:



Scroll down to the Advanced section, where you’ll find various settings for customizing your coupons.



3. Add Your Custom CSS:



Scroll down until you find the Custom CSS setting box. Here, you can enter your custom CSS code to modify the appearance of your coupons. This is a powerful tool for developers or store owners with CSS knowledge who want to make their coupons stand out.


4. Preview and Save:



After entering your custom CSS, preview your coupon on your store to ensure everything looks as expected. Once satisfied, click Save to apply the changes.

How do I make my own Custom CSS?

Inspect the Element: Use your browser's developer tools (right-click on the element and select "Inspect" or "Inspect Element") to identify the CSS class name of the element you wish to modify.


Add Custom CSS: In your Klip settings, navigate to the Custom CSS section.
Apply Styles: Use the following format, replacing .elsklip-coupon__spend with the actual class name you identified and #555555 with your desired CSS styles:

.your-element-class {
  /* Your CSS styles here */
  color: #555555 !important; /* Example: changes the text color */
}


For information on available CSS properties, refer to a CSS reference guide (e.g., MDN Web Docs).
Save your changes.

Feel free to reach out to our support if you need help!

Note: Any CSS added in this section will apply to all Klip Coupons displayed on your store. This means that any changes you make will be reflected across all coupon instances, ensuring a consistent look and feel.

Updated on: 05/02/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!