No content to show
User Activity
01-18-2023
oh, I see, this is a customization work because the icon has the same container as that cart icon.
01-18-2023
Hi! Please share your store link, and where are you going to put the icon?
Please send the design for desktop and mobile of that section you're trying to do.
Hi! May I see your store link?
.footer__items{
grid-template-columns: 1fr;
justify-items: center;
font-size: 12.6px;
}
.footer__item{
justify-content: center;
align-items: center;
}
.footer__icon {
margin: 5px;
}
try to insert this at the end of your CSS file
Please post the your Shopify store link I will help you
10-18-2022
you can use metafields for this
May I see the store?
10-18-2022
Hi! Joanneo3vYou may use CSS media queries and grids to make your store look organized.
10-18-2022
yes
10-18-2022
yes this is possible but you must have a specific id or class for the imagethen use the pseudo-element ::before then modify the text by adding more properties .picture-element::before {
content: 'Text here';
color: black;
font-size: 10px;
}
10-18-2022
on what specific page is this?
10-18-2022
may I know the Shopify store link?
10-18-2022
do you have different variants in this product page?
try to paste it on the theme. liquidinside the theme.liquid filefind this {% endstyle %} paste the code above it so it will look like this.slideshow__slide-inner{
align-items: flex-end;
}
{% endstyle %}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
461 | 01-17-2023 01:13 PM | |
812 | 10-17-2022 12:59 PM |