how to change the drawer's title

how to change the drawer's title

mythgreece
Excursionist
49 0 4

Hi, there. Is there any possible way to change the title in the drawer? 

I want the 'Detail' change to 'Measurement.'

mythgreece_0-1741767259712.png

I tried to edit the code. But it didn't work. It seems to have something to do with the structured data

I defined the customDesc.product_detail as Measurement before but could not find a place to fix the drawer's title.

 

mythgreece_2-1741767328596.png

 

 

{% if customDesc.product_detail != blank %}

    <div class="detail-text small-hide">

        <span class="link-text" onclick="showDrawer('detail')">Measurement</span>

    </div>

{% endif %}

       

<div class="product-side__footer-left">

    {% if customDesc.product_detail != blank %}

        <span class="link-text medium-up-hide" onclick="showDrawer('detail')">

            <span>Measurement</span>  

            <span class="medium-up-hide">{% render "svg-right-arrow" %}</span>

        </span>

    {% endif %}

 

Replies 3 (3)

MustafA16
Tourist
49 6 7
{% if customDesc.product_detail != blank %}

    <div class="measurement-text small-hide">

        <span class="link-text" onclick="showDrawer('measurement')">Measurement</span>

    </div>

{% endif %}

       

<div class="product-side__footer-left">

    {% if customDesc.product_detail != blank %}

        <span class="link-text medium-up-hide" onclick="showDrawer('measurement')">

            <span>Measurement</span>  

            <span class="medium-up-hide">{% render "svg-right-arrow" %}</span>

        </span>

    {% endif %}

hey @mythgreece  try this 

if this code work please do not forget to like and mark it solution

mythgreece
Excursionist
49 0 4

sorry, it didnt work. The drawer has nothing when the code changed to yours. I appreciate your work. Any other possible ways?

Dan-From-Ryviu
Shopify Partner
11288 2212 2381

Hi @mythgreece 

You can try to find and edit that text from store admin > Sales channels > Online Store > THemes > click "..." in the current theme > Edit default contents.

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.