Home Forums WoodMart support forum Hot to hide SKU only

Hot to hide SKU only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #312099

    m633Living
    Participant

    Hi

    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.
    #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

    #312145

    m633Living
    Participant

    1. Sorry, the code doesn’t work
    body.single .product_meta > span.sku {
    display:none;
    }

    Attachments:
    You must be logged in to view attached files.
    #312327

    Hello,

    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

Viewing 4 posts - 1 through 4 (of 4 total)