Incorrect display of buttons (on parallax background) and photo mode customize

Hello.
Why, after the import settings and demo content is not displaying correctly I have 1 button on the top Parallax

And another question…In the mode customize - I have not displayed pictures Parallax blocks, screenshoot:
As it should be?

Hi @yaleks89,

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

Why, after the import settings and demo content is not displaying correctly I have 1 button on the top Parallax

It is the issue of Shapely theme on github which is reported on the following page.

You can try resolving this issue 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_parallax .top-parallax-section a.btn.btn-lg:nth-of-type(1) {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.shapely_home_parallax a.btn.btn-lg:nth-of-type(1):hover, 
.shapely_home_parallax a.btn.btn-lg:nth-of-type(1):hover {
    background: #fff;
    color: #222;
}
And another question…In the mode customize – I have not displayed pictures Parallax blocks, screenshoot: As it should be?

I could confirm the issue on my test site which seems happening because of the javascript error message occurred in the cusomizer as shown in the attached screenshot therefore notified the theme developer about this so that it will be fixed.

The issue will be fixed ASAP.

Best Regards,
Movin

The issue is resolved.Thank!!!

You are most welcome here :slight_smile: