Remove Gradient Shadow at the Top of a Section

How do I remove Shadow at the Top of a Section?

Hello @ajrenk,

Thanks for writing in!

I could not replicate this issue in my local testing server. What stack are you using? The gradient shadow could be coming from the navbar. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) and see how it goes:

.x-navbar {
  box-shadow: none !important;
}

If this is not helping, please provide us access to your site so that we can investigate. You can create a secure note and insert the WP credential when you replay.

Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.