Archived topic
I can't delete text decoration of a link
1 reply · Started by Alejandro on December 16, 2021
Viewing posts 1–2 of 2
I am creating a virtual store with generatepress / blocks and woocommerce. The problem is that I created a block with "elements" and I chose the options to filter products from the editor. The thing is, I can't remove the text decoration from the product title and I don't understand why.
I hope you can help me.
Hi there,
You can remove the underline from grid product list titles by adding this CSS:
a.wc-block-grid__product-link {
text-decoration: unset;
}
This archived topic is closed to new replies.