Wondering if theres a way to hide the design detail, I’ve tried having no title/description but it just shows the graphic at the bottom.
Thanks
Wondering if theres a way to hide the design detail, I’ve tried having no title/description but it just shows the graphic at the bottom.
Thanks
You can add the follwing lines to your custom CSS
.sprd-detail-design-details {
display: none;
}
@lovetee correct me if I am wrong
A screenshot might help, so we know exactly what you want to hide, but if it’s just the design details, @Thomas_Spreadshop has the solution:
You can find “Custom CSS” by clicking on the shops’ “Edit” → “Advanced Settings” → “HTML & CSS” paste the upper code into the field “Edit Shop CSS”