Home Forums Jevelin Theme How to remove the white space above slider Reply To: How to remove the white space above slider

Home Forums Jevelin Theme How to remove the white space above slider Reply To: How to remove the white space above slider

Hi @sunline25,

 

I hope you are well today and thank you for your question.

 

You can remove that space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-section-22112af5d185c121aea73a2abd01d041 {
    padding-top: 0;
}

 

Best regards,
Shufflehound team