What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Coding team needed

Coding team needed

Maxim0492
Visitor
2 0 1

Hello! I require assistance with my Shopify store at lureway.nl. I am currently using your Zendrop theme. I reached out to your Live Support channel and was informed that my query will involve coding. Here are my concerns: Firstly, I need help removing the sale icon from products that are not on sale, and secondly, I would like to delete the language and currency selector in the mobile settings.

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9186 2191 2709

Hi @Maxim0492 

Would you mind to share your store URL? Thanks!

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 ⚙️.
Maxim0492
Visitor
2 0 1

ofcourse, here u go https://lureway.nl/ 

Made4uo-Ribe
Shopify Partner
9186 2191 2709

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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:

 

.product .price .badge:not(.price--on-sale .badge), .sticky-atc__price .badge:not(.price--on-sale .badge) {
    display: none;
}
.menu-drawer__localization.header-localization {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1716561950488.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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 ⚙️.