• Resolved nellik22

    (@nellik22)


    Hello!

    I am wonderfully happy with woo commerce, but there is one thing I have trouble with: In my shop, I have three categories, so when one presses “shop” these three come up on a page. I can edit the category images, rows and everything, but under each category, there is a number: the number of products. This number is highlighted in yellow. I have looked in the costumizer but I cannot find a way to hide or change this. Is there?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @nellik22,

    It seems that the site above is hidden behind a coming soon page.

    So that we get a closer look, is it possible to make it public? If not, you can still share a screenshot of it. (I can recommend https://snipboard.io for sharing screenshots here)

    Also, just to be sure, do you want to change the background, hide the background, or just hide the number?

    Thread Starter nellik22

    (@nellik22)

    Hello!

    It should be possible to see it now: the address is inevik.no/shop
    I wish to remove the yellow highlight over the numbers under the category image, maybe the number, too.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @nellik22,

    Thanks for the working link.

    Here are the two options:

    #1: You can remove the yellow highlight using the following CSS:

    mark {
        background-color: #fff;
    }

    #2: To remove the number entirely, use this CSS instead:

    mark {
        display: none;
    }

    CSS goes to WP-Admin → Appearance → Customize → Additional CSS

    I hope this helps.

    Thanks.

    Thread Starter nellik22

    (@nellik22)

    Thank you! I added nr 2 to my css snippets, but I got this error message. It does not seem to have removed the numbers, maybe because I cannot active it due to the error?

    The code snippet you are trying to save produced a fatal error on line 2:
    
    syntax error, unexpected '{'
    The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.
    
    Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.
    Plugin Support abwaita a11n

    (@abwaita)

    Thanks for getting back.

    Just to check, could you share a screenshot of where you added the CSS snippet?

    I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in this chat. It works with Chrome, Firefox, Safari, and Edge.

    Thread Starter nellik22

    (@nellik22)

    Hello!

    Yes, it looks like this: https://ibb.co/8KzthXT

    Plugin Support abwaita a11n

    (@abwaita)

    Thanks for the screenshot.

    Kindly remove the code from there and instead place it at WP-Admin → Appearance → Customize → Additional CSS

    Let us know how it goes.

    Thread Starter nellik22

    (@nellik22)

    Hello again, it worked perfectly. I did not realize that the two was different: I thought both was additional css code boxes. Thank you!

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

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

The topic ‘Edit info about categories’ is closed to new replies.