No content to show
User Activity
03-07-2024
@Ava77 You have to use this code after rendering the product image. You can use this code : {%-if
product.description != blank -%}
<div class="product__description rte">
{{ product.description }}
</div>
</div>
{%-endif -%}
03-07-2024
@Validino It is possible to show different text for different products. You can do it by Shopify Metafields. Here is the detailed helpdoc from Shopify https://help.shopify.com/en/manual/custom-data/metafields
03-07-2024
@Saad_Paswal Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
@CuriousMeredith 6.Assets > header.min.css
01-30-2024
@minidrinks Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
01-30-2024
@mohamed_arbi add this code to your site.scss.css file.Navigate to the online store >> Click edit theme code.Now find site.scss.css and paste the following code: .js-newsletter-popup.newsletter-popup.show.newsletter-popup--active{
display: none !i...
@CuriousMeredith add this code to your css file.Navigate to the online store >> Click edit theme code.Now find CSS file and paste the following code: #shopify-section-template--15082097344593__app-product-reviews{
margin-top: 0 !important;
}
@chocolatte1234 This is the modified code, I hope this will work for you. .add-to-cart {
font-size: 1px; /* Adjust the font size for the price */
}
.add-to-cart .desktop-view {
font-size: 16px; /* Adjust the desktop font size for "Add to Cart" */...
@CuriousMeredith Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
10-16-2023
@jameschef86 To get rid of the line please add the code into base.css file@media(max-width:980px){
.section-header.shopify-section-group-header-group{
margin-bottom: 0 !important;
}
}
10-16-2023
@TranqDemon Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
10-16-2023
@slee3 Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.
10-16-2023
@jameschef86 add this code to your base.css file.Navigate to the online store >> Click edit theme code.Now find base.css and paste the following code:@media(max-width:980px){
.header {
padding-inline: 5px !important;
grid-template-columns: ...
10-16-2023
@medusasmakeup add this code to your base.css file.Navigate to the online store >> Click edit theme code.Now find base.css and paste the following code:.header__menu-item span{
font-weight: 700 !important;
}
@BERNAT-LASDUNAS add this code to your base.css file.Navigate to the online store >> Click edit theme code.Now find base.css and paste the following code:@media(max-width:980px){
.banner__content.banner__content--bottom-center{
align-items: fle...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
382 | 10-04-2023 05:40 AM | |
1156 | 03-10-2023 02:18 AM | |
1645 | 12-02-2022 04:01 AM | |
2865 | 09-29-2022 02:24 PM | |
482 | 09-01-2022 02:00 PM |