Home Forums WoodMart support forum Move the product category to be above the product name

Move the product category to be above the product name

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

    kruajeng
    Participant

    I need you to help move the product category to be above the product name, centered, according to the image

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

    Hung Pham
    Participant

    Hi kruajeng,

    Thanks for reaching to us.

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

    .wd-products .product-wrapper .wd-product-cats{
        order: 1;
    }
    
    .wd-products .product-wrapper .wd-entities-title,
    .wd-products .product-wrapper .price,
    .wd-products .product-wrapper .wd-add-btn{
        order: 2;
    }

    Regards,

    #649743

    kruajeng
    Participant

    Thanks
    Close Topic

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

The topic ‘Move the product category to be above the product name’ is closed to new replies.