Home › Forums › WoodMart support forum › Hot to hide SKU only
Hot to hide SKU only
- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
August 11, 2021 at 8:16 pm #312099
m633LivingParticipantHi
1. May I know how to hide SKU only not category and tag.
2. How to change the bottom color of SASE percentage and NEW? Also can I add new items or change the wording? (Image#No.2 )
3. How to enlarge the text size in the right hand side?(Image#No.3 )
4. How to change the image with the link? (Image#No.4 )Attachments:
You must be logged in to view attached files.August 12, 2021 at 12:51 am #312129
Elise NoromitMemberHello,
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
August 12, 2021 at 4:23 am #312145
m633LivingParticipant1. Sorry, the code doesn’t work
body.single .product_meta > span.sku {
display:none;
}Attachments:
You must be logged in to view attached files.August 13, 2021 at 12:00 am #312327
Elise NoromitMemberHello,
Please, provide your site admin access to the private area.
Make the full backup of your site and confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register