• Resolved projectoadamastor

    (@projectoadamastor)


    Is there any option that allows to remove the counter that appears in the sidebar, next to the custom field’s designations?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi project,

    Can you send us the link to your website’s product catalogue page?

    Thread Starter projectoadamastor

    (@projectoadamastor)

    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;}
    Thread Starter projectoadamastor

    (@projectoadamastor)

    That’s perfect, thanks again. Awesome plugin 😉

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom Field Count’ is closed to new replies.