Hi there 👋
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
/* Remove archive and categories strings from archives pages */
.archive .ct-span {
display: none !important;
}
Here is a screenshot:
https://www.screencast.com/t/bXLRa3HWhu
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
Cheers 🙂
Thank you, but I want to remove only the word “Archives: Category:” and at the same time I keep the product category name.
for example remove word archives: and keep Prodcusts. link the attached image.
https://ibb.co/9V2SdRT
Please
To achieve this, you will need to use either jQuery or JavaScript.
Please add the following jQuery code to your site using the Simple Custom CSS and JS plugin. Here is the link to the code:
https://pastebin.com/Dvh4CnXx
Here is the link to the plugin:
https://wordpress.org/plugins/custom-css-js/
I hope that helps!
Thanks so much. It works really well!
That’s wonderful! You are very welcome 🙂
Great! If you have any further questions, you can start a new thread.
Have a great day ahead!