Home Forums WoodMart support forum Change inscription sold

Change inscription sold

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #417143

    Sublife
    Participant

    Good afternoon! Please tell me how to change the color, text and size of the inscription about the sold product.
    Thank you very much for the feedback!

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

    Hello,

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

    body .product-labels .product-label.onsale {
     background-color:yellow!important; 
    fon-size:10px;
    }

    You can translate/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.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Best Regards

    #417209

    Sublife
    Participant

    Thanks for your help, but the color changed is not what I asked for.

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

    Hello,

    You need to replace “yellow” with your color, for example #cecece;

    If you have any questions please feel free to contact us.

    Best Regards

    #417311

    Sublife
    Participant

    I meant that the wrong form that I asked for has changed, I need to change the form is not available.

    #417405

    Hello,

    Do you mean you want the labels to be round? Please clarify your purpose.

    Best Regards

    #417554

    Sublife
    Participant

    Good afternoon! You indicated how to change the “discount percentage”, and I need to change the “sold”.

    #417764

    Hello,

    Please replace the code with this one:

    body .product-labels .product-label.soldout {
     background-color:yellow!important; 
    fon-size:10px;
    }

    Best Regards

    #425023

    Sublife
    Participant

    Close the topic please! Thanks for the help!

    #425246

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change inscription sold’ is closed to new replies.