New Shopify Certification now available: Liquid Storefronts for Theme Developers

Compare At Price not showing crossed out

albie05
Visitor
3 0 0

Hello,

 

On my product page, the Compare-at price is not showing as crossed out. (see screenshot):

Screenshot 2023-10-06 at 11.09.21 PM.png

 

Also, when I navigate across different variants the price flashes/expands and returns to non-bold state.

 

Can someone please help? Thanks.

Replies 4 (4)
Moeed
Shopify Partner
3051 761 925

Hey @albie05 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
albie05
Visitor
3 0 0

Hi Moeed,

 

The Store URL is: www.pawandpose.com

Moeed
Shopify Partner
3051 761 925

Hey @albie05 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.tiny-title {
    text-decoration: line-through !important;
}
</style>

RESULT:

Moeed_0-1696660782952.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
albie05
Visitor
3 0 0

Hi Moeed,

 

The strikethrough on the Compare-at price is now showing however the main Price is no longer bold  and larger font (see screenshot):

Screenshot 2023-10-07 at 8.49.44 PM.png

Here is what is should look like. You can see this upon entering the product page on the first default variant:

 

Screenshot 2023-10-07 at 8.51.20 PM.png