All things Shopify and commerce
I looked at my pop up in Customize Theme and that is disabled and a completely different one I created. I did read in a former thread to go into the customize section under the body tag and enter some type of code; however, that was for another theme. Can anyone assist me? It is beyond annoying and blocks so much space. Here's a screenshot on my Android phone.
Solved! Go to the solution
This is an accepted solution.
Looks like it's been added by an app called PushOwl. Uninstall it if you don't need it. Alternatively, you can hide the element without uninstalling the app:
1. Navigate to assets --> theme.css
2. Add the following code to the end of the file:
.pushowl-simple-toast__action-buttons.action-button {
display: none;
}
If the above doesn't work, try this:
.pushowl-simple-toast__action-buttons.action-button {
display: none !important;
}
Sure, but I need the store URL
Hi Fadi, my apologies .... here it is, https://pelvicpainsolutions.com/. Thank you!
This is an accepted solution.
Looks like it's been added by an app called PushOwl. Uninstall it if you don't need it. Alternatively, you can hide the element without uninstalling the app:
1. Navigate to assets --> theme.css
2. Add the following code to the end of the file:
.pushowl-simple-toast__action-buttons.action-button {
display: none;
}
If the above doesn't work, try this:
.pushowl-simple-toast__action-buttons.action-button {
display: none !important;
}
Amazing and simple solution .... Thank you!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025