How do I put a description for my Video block on product page?

Topic summary

A user seeks to add a description to a video block on their product page, similar to how product images display descriptions.

Solution Provided:

  • Remove the title from the video section in the product page template
  • Add a Rich Text section before the video block
  • Insert heading and description content in the Rich Text section
  • Adjust padding for both sections to align properly

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.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

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)

Hi @Simon159

Do you need like this?

Yes, exactly!

Follow these steps:

  1. Open customization

  2. Go to product page template

  3. Remove the title from the video section

  4. Add Richtext section before video section

  5. Add heading and description in richtext section

  6. 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.