We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Product Slider
0
Idan
Hi, in my site each item has a countdown
Can i display it on each item with the slider? Thank you
The site url: https://bestvacationrev.com
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Countdown probably come from the custom feature, you can display via filter hook available elements, please see the documentation, i am not sure your coding skill, if you please explain how the countdown works then i could suggest some coding to display on slider.
Regards
To hide count down text
.wcps-items .alg_product_countdown font:first-child {
display: none;
}
Regards