Home Forums WoodMart support forum Product Labels

Product Labels

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

    hardik119955
    Participant

    1. How to put product labels on specific product.
    2. Also how to create custom labels for products.
    3. How to show products by specific labels on home page in caurosale.

    Thank you

    #571455

    Hung Pham
    Keymaster

    Hi hardik119955,

    1, 2. Please read our below documentation articles for more details:

    https://xtemos.com/docs-topic/variable-products-and-swatches/
    https://xtemos.com/docs-topic/attribute-swatches/

    3. Currently, Products (grid or carousel) widget supports data source with New label only https://prnt.sc/LjxXJ78ATocU

    Regards,

    #572343

    hardik119955
    Participant

    How to control or change – size, shape, color of the custom labels…..?

    #572448

    Hung Pham
    Keymaster

    Hi hardik119955,

    Please provide URL of the mentioned page, so I can take a closer look Custom labels and mockup of the styles that you try to achieve and we’ll send proper instructions.

    Regards,

    #572466

    hardik119955
    Participant

    Please check

    #572660

    Hung Pham
    Keymaster

    Hi hardik119955,

    The provided url is not available, please double check.

    Regards,

    #572769

    hardik119955
    Participant

    Please check this

    #572911

    Hung Pham
    Keymaster

    Hi hardik119955,

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

    span.product-label.attribute-label:not(.label-with-img) {
    	background-color: #000;
    	color: #fff;
    }
    
    .product-labels.labels-rounded span.product-label.attribute-label{
    	border-radius: 0;
    	font-size: 34px;
    }

    Regards,

    #573172

    hardik119955
    Participant

    How to use different font size for product grid

    As it is disturbing the product view and not looking like a product label at all insted looking like something is forcefully added on imaģe…..

    Check screenshot

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

    Hung Pham
    Keymaster

    Hi hardik119955,

    Please remove previous code and use below one:

    .single-product span.product-label.attribute-label:not(.label-with-img) {
    	background-color: #000;
    	color: #fff;
    }
    
    .single-product .product-labels.labels-rounded span.product-label.attribute-label{
    	border-radius: 0;
    	font-size: 34px;
    }

    Regards,

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