1.To hide the category text on the shop page in the XStore theme
Using the Theme Options (Recommended Method)
– Access Theme Options: In your WordPress dashboard, find and click on XStore in the left-hand menu.
– Navigate to WooCommerce Settings: Select Theme Options, then choose WooCommerce (Shop).
– Go to Product Design: In the WooCommerce (Shop) settings, select Shop.
– Adjust Product Content: Find the Products Design tab and then select Product Content Elements.
-. Disable Categories: Uncheck the box next to Product categories.
-. Save Changes: Click on the Publish button to save your changes and make the categories invisible on the shop page.
Using Custom CSS (If Theme Options Method Fails)
– Go to the Customizer: In your WordPress dashboard, go to Appearance > Customize.
-. Open Additional CSS: On the left-hand menu, find and click on Additional CSS.
– Add the Code: Paste the following code into the CSS editor:
.archive .product-categories { display: none !important; }
I went through all of this and much more, but I still can’t remove the “Category” text from the shop page…
2. How to replace the cart icon across the entire site? Can it be done with CSS code, or what is the best way?