How to add custom css to wordpress..?

rhnkmr

Regular Member
Joined
Oct 16, 2012
Messages
412
Reaction score
50
I want to add custom css to my wp websites how to do it....?
 
The best way is using a child theme. It's actually very simple to do and the only required file is your stylesheet. Just search "create a child theme wordpress" or something like that and check the Wordpress site for instructions.

The reason it's best to do things this way is that if you just edit your themes style.css file it will be overwritten when you update. A child theme will not be overwritten so all your hard work will be safe.
 
Back
Top