New Shopify Certification now available: Liquid Storefronts for Theme Developers

how to remove word "de" from ella 3.0 theme

Solved
Albeoli
Tourist
12 0 0
Accepted Solution (1)
GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @Albeoli ,

 

You could please try using the below new code and adding it before </head> in the theme.liquid

<style>
.price-box .special-price em,
.price-box .price-regular em {
  display: none;
}
</style>

 

Best regards,
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 9 (9)
Albeoli
Tourist
12 0 0

i don't want that, i want to get the word "de" out circled in the picture, grateful

Ujjaval
Shopify Partner
1242 197 197

@Albeoli 
Add below css code into theme.liquid file before closing </body> tag

 

<style>
span.special-price em {
    display: none !important;
}
</style>

 

Ujjaval_1-1670836265486.png

Ujjaval_3-1670836354783.png

 

Albeoli
Tourist
12 0 0

The word "De" is still on the catalog page...

2022-12-12 (1).jpg

GemPages
Shopify Partner
5587 1260 1166

Hello @Albeoli ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

https://prnt.sc/5rO-IETryBFQ


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.widget-product .product-item .price-box .special-price em {
  display: none;
}
</style>

 

For example,

https://prnt.sc/cchMCAIXw_Wm

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Albeoli
Tourist
12 0 0

The word "De" is still on the catalog page...

2022-12-12 (1).jpg

2022-12-12 (1).jpg

Albeoli
Tourist
12 0 0

The word "De" is still on the catalog page...

2022-12-12 (1).jpg

GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @Albeoli ,

 

You could please try using the below new code and adding it before </head> in the theme.liquid

<style>
.price-box .special-price em,
.price-box .price-regular em {
  display: none;
}
</style>

 

Best regards,
GemPages Support Team

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Albeoli
Tourist
12 0 0

Thank you so much to everyone who replied to the post, it helped me a lot! S2 😍

GemPages
Shopify Partner
5587 1260 1166

Hi @Albeoli,

 

Your kind words have just made my day 😍.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center