This topic has 8 replies, 3 voices, and was last updated 6 hours, 54 minutes ago ago by Yasir Alam 8Theme
Please Check the Private content area
Hello,
Thank you for reaching out to us.
We suggest disabling all third-party plugins (including cache plugins and disable CDN on your site) that do not come bundled with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/ ). After that, clear the cache of the browser, and then check the result. It is possible that one of the additional plugins is causing the issue.
Warm Regards,
The 8Theme Team
please check the private content area
Please check private content area
Hello,
Upon visiting your website, we noticed that dark colors were predominantly used, and some of the text were difficult to read. To address this, we have activated the dark mode feature through the Theme Options > Styling settings, and set the white color via Theme Options > Typography.
You can change the background color here – https://prnt.sc/5vEJ2KC2dyC3 , for example – https://prnt.sc/lV6aa3LmpbS6
Warm Regards,
The 8Theme Team
every thing is perfect
I am using following custom code for equal height for products it’s not working
.elementor-widget-etheme_product_carousel .swiper-slide {
display: flex;
flex-wrap: wrap;
height: 100%;
}
How can we fix it
Hello @Yasir Alam 8Theme
Please, try next custom CSS instead of the one you tested.
Custom CSS:
.elementor-widget-etheme_product_carousel .swiper-slide {
height: auto;
}
.elementor-widget-etheme_product_carousel .swiper-slide .etheme-product-grid-item {
height: 100%;
}
Kind regards, Jack Richardson
The 8theme’s team
I add it but still not equal
You must be logged in to reply to this topic.Log in/Sign up