Hi,
How do I remove the top padding/border on my home page's revolution slider:
http://foundationsofbrilliance.org/
I've tried adding the below to my appearance>custom CSS:
section#content {padding-top:0px !important;}
But it has now effect.
Can you help?
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
.yes_below.content {margin:0px !Important;}
section#content {margin-top:-20px!Important; padding:0px !Important;}
Glad to know your issue is resolved.
Closing the topic.
:)