Is it possible that on the overview page the product titles are NOT underlined?
Hey studioinktvis,
You have this in one of your CSS files:
#top #wrap_all main a {
text-decoration: underline !important;
}
So this might not override that since it has !important added to it.
a.woocommerce-loop-product__link {
text-decoration: none !important;
}
Best regards,
Rikard
ok. thanks
Hi studioinktvis,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria