---
title: "Custom CSS and JS"
date: 2021-04-23
author: "nK"
---

# Custom CSS and JS

To add customizations sometimes you need to add custom CSS or JS. There are a couple of ways to do this.

## Using Child Theme

Child themes allows you to add CSS, JS and also PHP customizations. Read more info here:

> [Child Theme](https://nkdev.info/docs/wordpress-themes-basic/child-theme/)



## Using Ghost Kit Plugin

If you are using the block-based theme with Ghost Kit, you can easily add custom CSS and JS:

- Learn more here – <https://www.ghostkit.io/docs/extensions/custom-css-js/>

## Using 3rd Party Plugins

We recommend using the plugin “Simple Custom CSS and JS”, as it is easy to use and works as expected.

- Learn more here – <https://wordpress.org/plugins/custom-css-js/>