Countdown timer Remove Product Details - Empire Theme

Solved

Countdown timer Remove Product Details - Empire Theme

thekenstar
Explorer
69 0 18

Hi, is there a way to remove the details that are in the red box in the attached image? This is the Countdown timer in the Empire theme. I would just like to be able to show the product image without all the details under it so that the section isn't so tall.

 

The Countdown Timer can be found at the top of this page: https://propmoney.com/

 

Thank you for your help.

 

Screenshot 2024-09-14 at 8.32.57 PM.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @thekenstar 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.countdown-timer__product-card .jdgm-widget.jdgm-preview-badge.jdgm--done-setup, .countdown-timer__product-card .productitem--info, .countdown-timer__product-card span.productitem__badge.productitem__badge--sale {
    display: none !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726371732688.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @thekenstar 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.countdown-timer__product-card .jdgm-widget.jdgm-preview-badge.jdgm--done-setup, .countdown-timer__product-card .productitem--info, .countdown-timer__product-card span.productitem__badge.productitem__badge--sale {
    display: none !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726371732688.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
thekenstar
Explorer
69 0 18

Wow! Incredible, thank you for your help!

BSS-TekLabs
Shopify Partner
2350 702 828

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now