Home Forums WoodMart support forum Showing brand name on product grid

Showing brand name on product grid

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #413751

    Grega
    Participant

    Hi , how to show brand name instead category name on product grid.

    Thanks, Grega

    #413785

    Luke Nielsen
    Keymaster

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

    #413795

    Grega
    Participant

    Ok, yes please, I cant find options for Typo setting for Product brand widget on single product page. Also cant find for breadcrumbs (active – Bold). See attached file

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

    Luke Nielsen
    Keymaster

    Hello,

    All settings for the “Brands” you can find in Theme Settings -> Shop -> Brands, also via Products -> Attributes -> brands attributes (https://prnt.sc/0r722qhXBb_7).

    The typography for the “Brand” text you can change through Theme Settings -> Typography -> Advanced -> create a rule and set the “Custom Selector” item with the below custom selector.

    .single-product .wd-product-brands .woodmart-product-brand

    You can remove the “bold” style for the last breadcrumb via the custom code, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS

    .woocommerce-breadcrumb .breadcrumb-last {
        font-weight: 400;
    }

    Kind Regards

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