How do I hide design details on the product page?

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

2 Likes

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

1 Like