How to change the title of the product description accordion

Hi all, I would like to change the title of the product description accordion on my product pages from “Description” to “About Artist”. Attaching screenshot for reference. Would appreciate the help here.

URL: https://www.urbanframes.ae/collections/nadim-nahas/products/baalbek-details

or any other product page.

Thank you!

Easy, Just follow the steps

  1. go to shopify admin

  2. backup your theme

  3. click on customize button

  4. there is theree dot on the top-left corner of the newly loaded page click that and select edit code.

  5. find product.liquid or product-template.liquid page

  6. open it

  7. click on middle of the code anywhere

  8. press ctrl+F on your keyboard

  9. search for icon__beside (only applicable on your case). your aim is to find the blue letters shown in the picture I’ve posted with this description.

  10. Find your Description word it is next to the searched letters

  11. change it as desired

  12. save it.

  13. second picture I’ve posted is your desired outcome.

Thank you!