No content to show
User Activity
You're welcome!
Hi ^^,Sorry for the mistake, with this code the edit is made only on the titles on the collections page (I specified the path of titles to be edited)./* HIDE TITLES IN COLLECTION PAGE */
.collection-list .card:not(.ratio)>.card__content {
opaci...
hey ^^Try adding this code at the bottom of your 'component-card.css' file (you have to edit your theme code). /* HIDE TITLES IN COLLECTION PAGE */
.card:not(.ratio)>.card__content {
opacity: 0;
height: 0;
} Let me know if it works
Hey ^^,Try to add this code at the bottom of your CSS file "theme.scss.liquid" (this edit is for your home page): /* CUSTOM BORDER STYLE */
.product-card__image-with-placeholder-wrapper {
position: relative;
border: 2px solid #000;
paddin...
11-13-2023
Hi ^^ can you please send me the link? so I check this.thank you!
hi ^^, try this:add this code on your CSS file, at the bottom./* COLLEDTION SPACING EDIT */
@media screen and (max-width: 749px) {
.page-width {
margin: 0 auto;
padding: 0;
width: 100vw;
}
.grid li {
padding: 8px;
}
} Let me know if ...
11-13-2023
hi ^^try this:1st option (give a style to your video on your HTML element), so replace your code with this one: <video controls="controls" style="max-width: 280px; height: 500px; object-fit: cover;">
<source src="https://cdn.shopify.com/videos/c/...
Hi ^^, try this: <video id="Mp4Video-f23891aa-1f4e-42aa-874f-22c9b764805f"
src="https://cdn.shopify.com/videos/c/o/v/86b6fcd7631541de862005aa719714b6.mp4"
autoplay="autoplay" loop="loop" playsinline="playsinline"
preload="none" muted="mu...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
638 | 11-17-2023 06:26 AM | |
532 | 11-13-2023 08:20 AM |