Home Forums WoodMart support forum Switch order of Product info

Switch order of Product info

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

    bcasaleadersinc
    Participant

    How can I get the price to be right below the image for items in the shop catalog.

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

    Hung Pham
    Keymaster

    Hi bcasaleadersinc,

    Thanks for reaching to us.

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

    .wd-product span.price {
    	order: 1;
    }
    
    .wd-product .custom-availability-message,
    .wd-product .wd-entities-title {
        order: 2;
    }
    
    .wd-product .custom-availability-message-now{
        order: 3;
    }

    Best Regards,

    #636098

    bcasaleadersinc
    Participant

    Thank you that worked!

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