Reply 335465 to: White bars appear when opening popup menu (Xstore theme)

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
September 30, 2022 at 09:15

Hello, @gdd,

By default, there is no such possibility.

Try to add the next Custom CSS code under XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back your site after removing the cache.

.mobile-menu-popup .skeleton-body.et-popup > div:empty:before {
    background-image: none;
    background-color: #555;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    min-height: unset;
    margin: -30px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
.mobile-menu-popup .skeleton-body.et-popup > div:empty:after {
    display: none;
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

OR you can change the type of Mobile menu https://prnt.sc/w7v0eh (Theme Options > Header builder)

Regards 8Themes Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.