Hi !
I’m having a problem to do the custom CSS (because nothing is happening).
What I did :
– I went into “Theme options” and enabled the custom css.
– I re-named my file “default-custom.css” by “custom.css”
– I went to “Appearance / Editor / Custom.css” (it’s a blank box).
– I add my new CSS code which is:
.header {
padding-top: 0px;
}
– I clicked on “Update file”
And then… nothing at all is happening.
My header still have 30px for padding-top and not 0px as I want.
Could you please help me with that ?
What is the right way to put some custom css ?
Thank you.