Home Forums WoodMart support forum Product Categories Image problem

Product Categories Image problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337382

    [email protected]
    Participant

    Hi! I have product categories element on my homepage with masonry grid first wide. All images of categories are of the same size, but the one of them is displaying smaller than it should be. Please have a look.

    #337383

    [email protected]
    Participant

    I would also like to style the category names, make them bold and white. Thanks!

    #337436

    Hello,

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

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

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

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .category-grid-item .wd-entities-title {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    Best Regards

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