Re: Remove "Choose options" in You may also like part of Product page (Dawn)

Solved

Remove "Choose options" in You may also like part of Product page (Dawn)

arutze
Explorer
47 0 18

Hi, how can I remove the "Choose options" in You may also like part of Product page:


Screenshot 2023-07-13 at 20.32.59.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9516 2262 2814

This is an accepted solution.

Hi @arutze ,

Try this. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection.section-template--19147773968720__6cb11633-e58b-415c-b608-72697368dac4-padding.collection--full-width .quick-add.no-js-hidden {
    display: none;
}

Result:

Ribe_Dagandara_0-1689276355640.png

I hope it help.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9516 2262 2814

This is an accepted solution.

Hi @arutze ,

Try this. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection.section-template--19147773968720__6cb11633-e58b-415c-b608-72697368dac4-padding.collection--full-width .quick-add.no-js-hidden {
    display: none;
}

Result:

Ribe_Dagandara_0-1689276355640.png

I hope it help.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
arutze
Explorer
47 0 18

it helped! thank you

skowi
Visitor
1 0 0

Hi, do you know how to hide "choose option" button, but from collection page? I just want it to say "Add to cart" or make it a CTA to open the product page.

Made4uo-Ribe
Shopify Partner
9516 2262 2814

If you like to hide it I would need your store URL, but if you like to change into Add to cart. You would need a developer, to change the link into checkout.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
klabz11
Visitor
1 0 0

Hi this didn't work for meScreenshot 2024-08-04 111217.pngScreenshot 2024-08-04 111459.png