Okay
  Public Ticket #2119570
Shop Settings
Closed

Comments

  • D-M started the conversation

    hi there, 

    I've got the shop set up as the home page because I want a very simple site. 

    I would very much like to remove the 'Showing 11 results' under the heading HammerOn Press, but it is not clear how to remove this. 

    Could you help me or tell me how to remove the setting so it simply shows the covers of the books for sales, and does not state 'Showing 11 results'?

    I include a screenshot of the site, but it should be clear from the website home page what I mean. 

    Thanks! D-M

  •  1,560
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS to hide that line of text:

    p.woocommerce-result-count {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • D-M replied

    Thank you : ) : ) : )

  •  1,560
    Laborator replied

    You're welcome, have a great weeksmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group