# Remove CSS Class Name

## Overview

![The Remove CSS Class Name Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-67dd41b8d5c91f182a42cffdc4115a581f817f84%2Fremovecssclassname.png?alt=media)

**Remove CSS Class Name Node** deletes a *CSS class* with the given *name*. It has no effect if the given *class name* does not exist.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type           | Description                                                           |
| ----------------- | -------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID**   | The **Object** that the *CSS class name* will be removed from.        |
| `Class Name`      | **Class Name** | The desired *class name* to be removed.                               |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## External Links

* Read for more information on [*CSS Selectors*](https://en.wikipedia.org/wiki/CSS#Selector).
