Hi to all!!!
I want to know if its posible to change the options in the home slider
I can only select products, but I want to show categories
Its posible???
Thank you all!!
This topic has 7 replies, 3 voices, and was last updated 10 years, 11 months ago ago by Robert Hall
Hi to all!!!
I want to know if its posible to change the options in the home slider
I can only select products, but I want to show categories
Its posible???
Thank you all!!
Hello valimdor,
unfortunately our product slider has no option to display product categories. Thank for your question. We will look on this feature and think if it can be added in future releases.
Regards,
Stan Russell.
An there is any possible choice to quit the prices only in the home slider products???
This will works to me too
Thanks!!
Hello,
Try to add following code into custom.css file.
.home .slide-item .product .price{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Did not work……
I try to search in the css file any .home but trhere is no one………any idea???? i need to fix as soon as posible
Thanks for all
OK!!!!! thanks for the code, i try something and i fixed!!!!!! just chnage this
.slide-item .product .price,
.products-grid .product .price {
display: block;
margin-bottom: 10px;
}
for this
.slide-item .product .price,
.products-grid .product .price {
display: none;
margin-bottom: 10px;
}
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Category Slider in Home Page’' has been successfully resolved, and the topic is now closed for further responses