How Can I Add my own Custom CSS code ?
If you want to add your own custom CSS then you need to go to your Theme Options > General Settings > Custom CSS
You only need to write your own custom css code here that will be added to your website
Example
.header{
margin:10px;
}