---
title: "Can I use custom styles in my custom code?"
date: "2020-01-15T10:13:09+00:00"
summary: "Leverage custom styles in your code with Site Studio's generated CSS classes. Learn how to use these prefixed classes for seamless styling and avoid conflicts. Enhance your development workflow today."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/64861-can-i-use-custom-styles-my-custom-code"
id: "35e0b9cb-aef2-4e53-b4c3-780f6f1ffb62"
---

Yes. Custom styles generate CSS classes which you can use within your custom code.

Site Studio generates CSS classes. These classes can be used within your custom code to style elements. Classes created using the style builder are prefixed .coh-style- to prevent conflicts with other classes.

Note: The Site Studio in-use system will not track classes used within your custom code. 

For more information, see [Creating custom styles](/drupal-starter-kits/add-ons/site-studio/creating-custom-styles "Creating custom styles").