Support sent me css code to remove the “from and dollar amount” on the product category page. Don’t know if it affected it but text is not centered now.
http://imgur.com/JB7Zz14 Also, it it possible to remove the “select options” below the images?
Hello lpfa!
Please add following code to Quick CSS
.products .product h3 { text-align: center; }
.inner_product .avia_cart_buttons { display: none!important; }
Best regards,
Yigit
I inserted the code. Text is now centered but “select options” is still visible. http://imgur.com/VQ1RgQJ
Sorry – which one?
Hi!
This one:
.products .product h3 { text-align: center; }
.inner_product .avia_cart_buttons { display: none !important; }
Can you post a link to your website?
Best regards,
Josue
http://75.103.91.29/grossdyg52/ – just started work on sliders……
Hi!
Try with this:
.products .product h3 {
text-align: center;
}
.inner_product .avia_cart_buttons {
display: none !important;
}
Tested, it works.
Cheers!
Josue
You are welcome, glad we could help :)
Regards,
Josue