Skip to content

How to Add Custom CSS in WordPress Page or Post

Fazle Bari edited this page Dec 30, 2020 · 2 revisions

Adding custom CSS in WordPress is very simple. Who don’t know how to add custom CSS in WordPress this article for them. Before we start if you don’t know how to add custom HTML code in WordPress Page or Post check this article.

We have added custom HTML in our previous post let’s try to make some design changes by CSS with Additional CSS block.

Go to your site dashboard. Click on Appearance > Customize Open Additional CSS Block

Now add some CSS code for class highlight-text

p.highlight-text { color: red; font-size: 20px; font-weight: 700; }

Clone this wiki locally