Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #684916

    KimSS
    Participant

    Hi Guys,

    I can’t get rid of the ‘class count’ numbers on Woocomm – the number showing how many products are available. I wanted to change the colour of the count figure to match the site so you can’t see it.

    I already have this to change the background of the count (by default it was highlight yellow) in Custom.

    .product-category mark {
    background-color: #0C004C;
    }

    I’m using renew stack.

    Could you please tell me what I need to add? I’ve tried a few things but can’t get it to change. Many thanks Kim

    #685217

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #685301

    KimSS
    Participant

    Hi, The site is ‘under construction’
    I have attached a screenshot, please enlarge it. The numbers are in black against dark blue so it’s hard to see.
    Many thanks Kim

    Attachments:
    You must be logged in to view attached files.
    #685378

    Nico
    Moderator

    Hi There,

    Would you mind sharing us admin credential so we could check your setup further and we could suggest the best to update it.

    Don’t forget to set it as private reply.

    Thanks.

    #685390

    KimSS
    Participant
    This reply has been marked as private.
    #685485

    Lely
    Moderator

    Hello Kim,

    Thank you for giving us your admin credentials.
    If you want to hide the numbers please update this:

    .product-category mark {
    background-color: #0C004C;
    }
    

    To this:

    .product-category mark {
    display:none;
    }

    No need to blend it with the background. Above will just hide those count.

    Hope this helps.

    #685538

    KimSS
    Participant

    Fantastic, many thanks. Kim

    #685763

    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else, please let us know.