Home Forums WoodMart support forum On shop page, exchange position of Brand & Product title

On shop page, exchange position of Brand & Product title

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

    pennyko
    Participant

    Hi there,

    I want to exchange position of Brand & Product title on shop page.
    If I want to do this by updating a template, which page should I modify?
    Thank you.

    Cheers,
    Penny

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

    Hung Pham
    Participant

    Hi pennyko,

    Thanks for reaching to us.

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

    .product-element-bottom.product-information .wd-product-brands-links{
        order: 1;
    }
    
    .product-element-bottom.product-information .wd-entities-title{
        order: 2;
    }
    
    .product-element-bottom.product-information .wd-product-size{
        order: 3;
    }
    
    .product-element-bottom.product-information .product-rating-price{
        order: 4;
    }

    Regards,

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