In a woocommerce product list I want the featured image removed. Is that possible
Hey SandraSquires,
Add this to quick css:
.av-catalogue-list img{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you. Change on plans. They want to leave the photo but can we center it and remove the DOT that is to the left of it?
We would also like to increase the font size of the title in the grid format. Details in Private
Hi,
Add this to quick css:
.av-catalogue-list{
text-align:center!important;
list-style:none!important;
}
For your second question add this to quick css:
.woocommerce-loop-product__title{
font-size:20px!important;
color:red!important;
}
Best regards,
Jordan Shannon
Thank you so much!!
Hi,
No problem at all. I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon