Shopify themes, liquid, logos, and UX
I'm facing the problem that in my cart section I got message like: "Enter Discount Code Here". I want to remove it from the cart section. I saw multiple Shopify community posts, but still I'm facing this issue. My store URL is: "ummahcollections.com"
Solved! Go to the solution
This is an accepted solution.
Hi @huju ,
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.dbtfy-cart-discount {
display: none;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
Hi @huju ,
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.dbtfy-cart-discount {
display: none;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thanks, my issue is almost solved after applying your custom css code. But I also want to remove a drop down menu presented Facebook, and other social media in the cart section. Kindly help me to resolve this. URL: ummahcollections.com
To remove the dropdown menu for social media in the cart section:
Inspect the Element: Use browser developer tools to find the class or ID of the dropdown menu.
Add Custom CSS:
Replace .dropdown-class with the actual class or ID.
JavaScript (Optional):
Save and Test: Apply the code and refresh the page to confirm.
I have no idea in coding. So it is not possible for me to change anything from inspect element
Log in to Shopify Admin:
Go to Online Store > Themes > Customize.
Check for Customization Options:
Disable Social Media Links:
If there’s an option like "Enable Social Media Links" or "Show Dropdown," turn it off. Save the changes.
@huju I think this process would be helpful for you. If you are still facing the same issue I can assist you on-call
Hi @huju
I have checked your Shopify store URL- ummahcollections.com
as you want to remove "Enter Discount Code Here" you need to check cart.liquid page, find the discount code field, and add some code like <input type="text" name="discount">.
It is workable for this problem, If you are still facing an issue then let's discuss it further.
Thank you!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024