https://charmente.com/products/v-back-flared-jumpsuit
I would like the video to have a description like the first image has (which is part of the product description block)
A user seeks to add a description to a video block on their product page, similar to how product images display descriptions.
Solution Provided:
Follow-up Issue:
The user asks how to reduce spacing between the heading and description text.
Additional Fix:
Apply CSS code to set margin-top: 0 on the .rich-text__text.rte class. May also need to adjust the Rich Text section’s padding-top value as needed.
Status: Resolved with working solution and styling adjustments provided.
https://charmente.com/products/v-back-flared-jumpsuit
I would like the video to have a description like the first image has (which is part of the product description block)
Yes, exactly!
Follow these steps:
Open customization
Go to product page template
Remove the title from the video section
Add Richtext section before video section
Add heading and description in richtext section
Remove padding of both richtext section and video section
You can see this image:
Hope this will help you.
If this is useful, Please like my answer and marked as accepted solution.
Best Regards
Trishnapare | Team_OSC
Hey, thank you so much that worked. I have a quick question, how do i decrease the space between the heading and the text?
.rich-text__text.rte {
margin-top: 0;
}
Put the value of margin-top as per your need.
And I think richtext section need some padding top value also.