Hello!
This is Anna with Ecwid team, thank you for the message.
As far as I can see, you'd like to display the full version of the product description on the Product Details page in your store, correct?
If so, it is possible to achieve that using a CSS code. To apply this change, please:
- go to your Ecwid Control Panel > Settings > Design > Create Theme button
- click "New CSS theme" button to create your custom CSS theme
- set the new theme's name and add the following code to the corresponding field:
Code:
.product-details-module__btn-more {
display: none !important;
}
.ec-size.ec-size--s .ec-store .product-details-module__content--collapsed {
display: inline;
}
.product-details-module__content.product-details-module__content--indented {
display: none !important;
}
- click "Activate" and save the changes.
As you do this, the full product description will appear on the Product Details page.
If you have any further questions, please feel free to contact us for help.
Kind regards,