Remove Badges from Complimentary products

Solved

Remove Badges from Complimentary products

elfboss
Tourist
27 0 3

Hi Need assistance on how to remove the NEW Badge from appearing on the complimentary products set up by metafields on the products page

Screenshot 2024-05-13 194838.png

 

Here is website link example 

https://mymagicalmoments.com.au/products/dark-skinned-boy-elf

 

thanks

 

Accepted Solution (1)

tim
Shopify Partner
3917 397 1443

This is an accepted solution.

Add this to the "Custom CSS" setting of the main product section:

 

.complementary-products .card__badge {
  display: none !important;
}

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 5 (5)
elfboss
Tourist
27 0 3

thanks how? 

Arif_Shopidevs
Shopify Partner
264 37 37

Hi, @elfboss 
Your site isn't loading correctly; after it loads, it shows a return message. We suggest setting the store as password-protected and using any page for a 'coming soon' message. This will make it easier for others to check.

Thank you

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
elfboss
Tourist
27 0 3

It might be due to country blocking. You may be accessing from a restricted country we have set up 

tim
Shopify Partner
3917 397 1443

This is an accepted solution.

Add this to the "Custom CSS" setting of the main product section:

 

.complementary-products .card__badge {
  display: none !important;
}

 

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
elfboss
Tourist
27 0 3

Bloody legend! thank you so much