Hi project,
Can you send us the link to your website’s product catalogue page?
There you go:
http://projectoadamastor.org/catalogo/
Basically, I want to avoid line breaks in the custom field named «Autor».
Hi project,
Here’s some CSS you can add to your Catalogue’s Custom CSS box:
.prod-cat-sidebar-cf-value-div label.upcp-label span span {
display: none;}
The above code will only effect the (#)s in the “Autor” section.
If you want to remove the (#)s from the “Autor” and “Colecção”, use this code instead:
.prod-cat-sidebar-category label span span,
.prod-cat-sidebar-cf-value-div label.upcp-label span span {
display: none;}
That’s perfect, thanks again. Awesome plugin 😉