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?
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.
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.
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.
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.
Hello!
Yes, it looks like this: https://ibb.co/8KzthXT
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.
Hello again, it worked perfectly. I did not realize that the two was different: I thought both was additional css code boxes. Thank you!
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.