No content to show
User Activity
05-13-2025
Yes I see this issue but this is not fix because this White background is in you images so that's why this white background is not remove.if you want remove white background so you add without white background images.
05-13-2025
Add this css in edit code > Theme.css file .product-item {
background: #f5f5f5;
padding: 10px;
}
04-30-2025
Yes Sure.
04-01-2025
Can you share your store url with Screen shot
04-01-2025
Try This Code :- document.addEventListener("DOMContentLoaded", function() {
const input = document.querySelector(".text-input");
const log = document.getElementById("schrift");
if (input && log) {
input.addEventListener("input", function(e...
02-13-2025
Add this css in your edit code > theme.scss.css file .article__grid-image-wrapper {
max-width: 100% !important;
}
.article__grid-image-container img {
max-width: 100% !important;
max-height: 375px !important;
object-fit: cover !impor...
Add this css in edit code > base.css file.product .product__accordion.accordion {
border: none;
}
02-13-2025
Add this css in edit code > base.css file.section-template--15996999925859__image_with_text_myJwFw-padding.gradient.color-scheme-1 .page-width {
max-width: 100%;
padding: 0;
}
.image-with-text__content {
justify-content: center;
}
02-12-2025
This Make Some Hard some reason, but i have one solution for this If you interested then they message me here.Message Link
01-16-2025
Okay add this.collection button.slider-button.slider-button--prev,.collection button.slider-button.slider-button--next {
position: absolute;
top: 30%;
transform: translate(-50%, 0);
z-index: 999;
}
.collection button.slider-button.sli...
Your Code Replace With This Code<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<!-- Slick CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slic...
12-23-2024
try This .collection button.slider-button.slider-button--prev,.collection button.slider-button.slider-button--next {
position: absolute;
top: 30%;
transform: translate(-50%, 0);
z-index: 999;
}
.collection button.slider-button.slider...
12-19-2024
try this on add edit code > css file div#top-home-blocks .sidebar-collections {
position: fixed;
width: 275px;
}
12-19-2024
add this code in your Edit code > base.css file .slideshow.banner .slideshow__slide {
height: 100vh;
}
10-17-2024
Add this css in your edit code > base.css file @media screen and (max-width:767px){
.section-annoucement-bar .announcement-bar {
padding: 0;
}
}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
294 | 02-13-2025 05:46 AM | |
348 | 02-12-2025 06:49 AM | |
370 | 12-19-2024 04:24 AM | |
562 | 10-17-2024 09:25 AM | |
500 | 10-16-2024 06:21 AM |