New Shopify Certification now available: Liquid Storefronts for Theme Developers

Removing a pop up in a theme

pickypickers
Tourist
8 0 1

I may throw my computer off the desk soon, please can someone help me.

I bought a theme and have managed to figure everything else out.

but I have this pop up that shows up when adding an item to the cart.  I don't mind it, but I cannot find where to edit it, fix the spelling etc.

I downloaded an app to do it for me, which works very nicely, but I cant get rid of this pop up in the theme, and Its driving me insane.  Ive clicked every option, even clicking on this screen in the design screen doesn't open it up

 

Im sure its something simple I am missing, but I need some help.  The designers of the themes, haven't replied to any of my queries since I bought it.

https://www.loom.com/share/2a53c6a9f83f4231bb6ce21dbbc468ab

Replies 9 (9)
Moeed
Shopify Partner
3051 761 925

Hey @pickypickers 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.also_like_prod {
    display: none !important;
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
pickypickers
Tourist
8 0 1
I see the pop up info is under theme content, but no idea how to switch it
off
www.pickypickers.co.za
raisti
sahilsharma9515
Shopify Partner
504 54 80

Hi @pickypickers Don't throw your computer it will cost you more than the theme that you have bought. 

Please add this code in base.css file.

 

 

.also_like_prod {
    display: none !important;
}

 

 

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

Hopefully it will help you if not then please provide the Store URL along with the Password so that I can provide you the exact solution.

 

If you need any assistance then please feel free to ask the same.

 

Hopefully I have managed to save that poor computer and now you may feel good. If yes then Please hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


pickypickers
Tourist
8 0 1
Thanks I dont have that file to add the code

I see the pop up info is under theme content, but no idea how to switch it
off
www.pickypickers.co.za
raisti
sahilsharma9515
Shopify Partner
504 54 80

Hi @pickypickers No one here can help you in turning it off without looking into the theme, as you have bought this theme from theme forest so we can't replicate the issue without buying the theme. So the best way is to add the code to hide the stuff.

 

If you are unable to find the base.css file then you can add this code in theme.liquid just above the </head>.

 

<style>
.also_like_prod {
    display: none !important;
}
</style>

 

 

If you are not sure where is your Theme.liquid file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side.
  6. Add the code given above just above </head>.

If you still want that you want to turn it off and don't want to hide it with the external code then you need to provide the access of the store as without that no one will be able to help you.

 

If you want me to add this code in the store for you then in this case as well you need to provide the access of the store.

 

If you need any assistance then please feel free to ask the same.

 

Hopefully that poor computer is still working and staying happy on your desk. If yes then Please hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


g33kgirl
Shopify Partner
355 101 123

Hi  Pickypickers,

 

Can you share the name of the theme? 

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
pickypickers
Tourist
8 0 1
JoyFood - Grocery, Supermarket theme
g33kgirl
Shopify Partner
355 101 123

Did the answers above help you or do you still need help?

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
Made4uo-Ribe
Shopify Partner
4197 966 1173

Hi @pickypickers 

I suggest to contact the app provider so they give some ideas how to remove,  here.

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com