Home Forums WoodMart support forum Hot to hide SKU only Reply To: Hot to hide SKU only

#312129

Hello,

1. Please add this code to the Theme Settings > Custom CSS > Global:

body.single .product_meta > span.sku {
display:none;
}

2.

body .labels-rounded .onsale { 
color:#ffffff; 
background-color:#000000; 
font-size:12px; 
}
/*hot*/
body .labels-rounded .featured {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*new*/
body .labels-rounded .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}

You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

4. Please provide the page URL.

Best Regards