Home Forums WoodMart support forum Move labels bottom

Move labels bottom

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #538808

    mobilalonamad
    Participant

    Hi! Is there anyway to move one of the labels at the bottom of the product image as in this image where at the bottom is written “Exclusive Online”?

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

    Hung Pham
    Participant

    Hi mobilalonamad,

    Thanks for reaching to us and appreciate your patience.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #539300

    mobilalonamad
    Participant

    Hereby there is attached

    #539656

    Hung Pham
    Participant

    Hi mobilalonamad,

    Please add class to widget https://prnt.sc/Vpqv9Ut5tCbX, for e.g: exclu-products

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

    .exclu-products .product-labels.labels-rectangular{
    	bottom: 30px;
    }

    Regards,

    #539827

    mobilalonamad
    Participant

    Good morning!

    I tried, but it didn’t work, please see attached!

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

    Hung Pham
    Participant

    Hi mobilalonamad,

    The original screenshot is different from your site.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #540122

    mobilalonamad
    Participant

    The first screenshot is from a website that I like, and I wanted to have those labels like them.

    #540232

    Hung Pham
    Participant

    Hi mobilalonamad,

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

    .product-grid-item .product-labels{
    	bottom: 5px;
    	top: auto;
    }

    Regards,

    #540251

    mobilalonamad
    Participant

    Hi! Added, but still not like their page. It moved completely all the labels, not only “Free shipping”. And it’s still small, not showing on full row.

    Kind regards,
    Dan

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

    mobilalonamad
    Participant

    This is what I found in their line of code, maybe it helps.

    #540359

    Hung Pham
    Participant

    Hi mobilalonamad,

    Please remove above code and add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for desktop:

    .product-grid-item .product-labels{
    	position: static;
    }
    
    .product-grid-item .product-labels .product-label{
    	position: absolute;
    }
    
    .product-grid-item .product-labels .product-label.featured{
    	bottom: 0;
    	min-width: 100% !important;
    }

    Regards,

    #540385

    mobilalonamad
    Participant

    Many thanks!

    #540396

    Hung Pham
    Participant

    Hi mobilalonamad,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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