Home Forums WoodMart support forum Image size and wishlist badge color

Image size and wishlist badge color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237407

    doreen
    Participant

    Hi ,

    1.Is there any solutions to contain my image into same size coz now it looks kinda messy when my images size is different .

    2.Can we change the wishlist and sales badges in the theme settings? or we have to use css ? and what’s the css for changing my wishlist badge ?

    Thank you .
    Doreen

    #237443

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    1) Basically the product images are controlled by WooCommerce and our theme doesn’t influence.

    WooCommerce provides settings for the images that you can find under Appearance >> Customize >> Woocommerce >> Product Images.

    Screenshot for Clarification: https://ibb.co/HdG3q2z

    You can try setting the crop ratio and image width according to your needs.

    You can read our detailed documentation at the following link:
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    2) To change the wishlist icon from the products try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-action-btn.wd-wishlist-btn>a:before {
    	content: "\f106";
    	font-family: woodmart-font;
    }

    And for the sale badge try adding the following Custom CSS.

    .onsale.product-label {
    	background: orange;
    	color: white;
    }

    Regard’s.
    Xtemos Studios.

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