Add Custom CSS to WordPress

Advertisement

In WordPress we can add a custom CSS into Customizer setting.

To add the custom CSS follow, below steps:

In WordPress we can add a custom CSS into Customizer setting.

To add the custom CSS follow, below steps:

[table-of-content]

Example

Suppose, We want to change the heading background color, and text color.

E.g.

Add Custom CSS to WordPress 1
Add Custom CSS to WordPress 9

Here, We are going to change the CSS for the Homepage text.

I have below CSS which I want to add in WordPress.

.entry-title {
    background: purple;
    color: white;
    padding: 15px 25px;
}

Open Customizer

  • Go to the WordPress backend
  • and Click on Appearance
  • and then Customizer:
Add Custom CSS to WordPress 2
Add Custom CSS to WordPress 10

Add CSS and Publish

Navigate the Additional CSS section as below:

Add Custom CSS to WordPress 3
Add Custom CSS to WordPress 11
  • Add the your custom CSS
  • and click on Publish button
Add Custom CSS to WordPress 4
Add Custom CSS to WordPress 12

Now, After visiting to the page you can see your CSS applied to the Homepage heading.

Short Video

You can see the complete step-by-step video as below:

Example

Suppose, We want to change the heading background color, and text color.

E.g.

Add Custom CSS to WordPress 5
Add Custom CSS to WordPress 13

Here, We are going to change the CSS for the Homepage text.

I have below CSS which I want to add in WordPress.

.entry-title {
    background: purple;
    color: white;
    padding: 15px 25px;
}

Open Customizer

  • Go to the WordPress backend
  • and Click on Appearance
  • and then Customizer:
Add Custom CSS to WordPress 6
Add Custom CSS to WordPress 14

Add CSS and Publish

Navigate the Additional CSS section as below:

Add Custom CSS to WordPress 7
Add Custom CSS to WordPress 15
  • Add the your custom CSS
  • and click on Publish button
Add Custom CSS to WordPress 8
Add Custom CSS to WordPress 16

Now, After visiting to the page you can see your CSS applied to the Homepage heading.

Short Video

You can see the complete step-by-step video as below:

%d bloggers like this: