I want to hide a product in wordpress from the “quick shop” thing, I can’t find where so I tought about with CSS modifing the number of columns so the last one (and the unwanted one) doesn’t appear. To be more specific I can put a maximun of 8 products in the Quick Shop thing, which means a maximun of 8 columns, and with the option “display: grid;” I want to change the maximun to 4 products instead of 8. I can’t edit any html or anything.
I dont know if I’m explaining myself but i could use a little help.
I tried the “grid-template-columns: repeat(2, 1fr);” code, but it doen’t work or I’m not using it correctly wich i doubt.
We Changed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.