Make a selection

The “No Thanks” Button Isn’t Showing in the Upsell Window

Brysen
Brysen
  • Updated

If the No Thank You button isn't showing up in the Upsell window, please follow these steps to fix it:

  1. From the Shopify admin, navigate to Sales channels > Online Store > Themes.
  2. Click the ellipsis next to your desired theme and click Edit code.
  3. Under Assets, select your theme's main CSS file.

    Note: This varies by theme and could be something like theme.scss.liquid.

  4. Add this code to the bottom of the file:
    #giveclosebtn{
    color: black;
    box-shadow: 0px 0px;
    margin-top:-5px;
    cursor: pointer !important;
    }

    No Thank You button Code

  5. Select Save.