Delete Categories from "excerpt" view
-
Hi
I choose for the shop page the “Hover on product” : With excerpt
I dont want to dispaly the categories above the title….
I try
.product-grid-item .basel-product-cats a {
display: none; ————————-
text-transform: none;
font-size: 12px;
margin-bottom: 5px;
}
The categories are gone but the commas not.
Can you help me
Hello,
We are glad to know that you considered using Basel for your web-site. I hope you will be happy with it.
Try this code instead
.product-grid-item .basel-product-cats {
display: none;
}
Kind Regards
Xtemos
Thanks for your help! It Worked.
Stefanos
The topic ‘Delete Categories from "excerpt" view’ is closed to new replies.