Can't add 'rich text with image' to product page

I want to add ‘rich image with text’ on my product page like the one shown on the homepage. But the option isn’t there to add it. Is there a way to add this? Thanks

Hi @IceColdWater . Which theme you’re using?

Prestige theme.

@IceColdWater we’ve installed Prestige 9.3.0 version, but couldn’t find any Rich text with image section.
However as we don’t have access to your code, what you can do is the followings:

  1. go to your code

  2. in Sections folder you will find the file something like richtext-with-image.liquid(it can be different).

  3. In that file, in schema section you will find disabled_on attribute(just search for disabled_on in that file).

  4. under disabled_on, you will find templates option, just remove the product part from templates.

disabled_on will look something like this in your code:
“disabled_on”: {
“templates”: [“password”],
//…there can be other things as well
},

Alternatively, you can provide us the code as well, we will check. Let us know if you need any help.

how can I give you access to my code?

Your code can only be accessed by you and your staff accounts.