EVA25
1
Hi,
Whenever I correct the descriptions on my webshop, the description duplicates under the product picture (example: https://www.foodsofitaly.dk/collections/pasta-1/products/farfalle-benedetto-cavaliere).
Is there a code I can put in, so the description just continues under the picture, and doesn’t duplicate?
Hi @EVA25
This is Mike from Omega
Seem, you added another Description section to product page, you can check it again on Theme Customize.
If you do not see any other Description section, you can try my solution.
-
Open Theme → Edit code
-
Find file base.css or theme.css on Assets folder and paste code below to the bottom of file:
.product-single__description.rte {
display: none;
}
div#ProductSection--product-template .product-single__description.rte {
display: block;
}
Hope my answer will help you.
Mike from Omega
EVA25
3
Hi Mike,
When I put in the code, then my ingrediense list dissappears completely on pages that have them (example: https://www.foodsofitaly.dk/collections/pomodoro-e-sughi/products/all-arrabbiata-sauce-260-gr)
Is there anyway to prevent this?