Grey line between 2 parallax sections

Hi

I have a grey line between my features parallax and simple parallax sections … (see image attached)
Could you tell me how to not have this line ?

Thank you so much

Jordan

Hi Jordan,

Thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to remove it?

Kind Regards,
Movin

The url is : https://act-outofthebox.com/

It’s on the home page btween features section and the below one

But I observed sometimes the greyline appears, sometimes not… so maybe you will not see it :frowning:

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.shapely_home_features section {
    border-bottom: 0;
}