Links Within Page Description

Solved

Links Within Page Description

Benson80
Visitor
3 0 0

Hope the title makes sense. During Covid I added 'Delivery & Returns' link within the page description. 

Now for the life of me can't remember how to edit this. Have attached a screen pic. Help!

Link to page here 1.40ct Diamond Solitaire – Cockrams Jewellers

IMG_5090.jpg

Accepted Solution (1)

topnewyork
Astronaut
1539 189 250

This is an accepted solution.

Hi @Benson80 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
a#st-link-description_0-0 {
    display: none !important;
}
a#st-link-delivery-returns_0-1 {
    display: none !important;
}
</style>

 

Result:

topnewyork_0-1737024859056.png

 

 If my reply is helpful, kindly click like and mark it as an accepted solution.

Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 3 (3)

topnewyork
Astronaut
1539 189 250

This is an accepted solution.

Hi @Benson80 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
a#st-link-description_0-0 {
    display: none !important;
}
a#st-link-delivery-returns_0-1 {
    display: none !important;
}
</style>

 

Result:

topnewyork_0-1737024859056.png

 

 If my reply is helpful, kindly click like and mark it as an accepted solution.

Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

AnneLuo
Shopify Partner
1364 237 279

Hi , @Benson80 

You  can edit it  in your store admin by clicking theme cosmize.

AnneLuo_0-1737025065016.png

 

 

AnneLuo_1-1737025096370.png

If you can't find it, I can help you with it.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Benson80
Visitor
3 0 0

Thank you. All sorted. Legend!