Home › Forums › WoodMart support forum › Switch order of Product info Switch order of Product info This topic has 2 replies, 2 voices, and was last updated 5 hours, 34 minutes ago by bcasaleadersinc. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 6, 2025 at 4:25 am #635777 bcasaleadersincParticipant 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. February 6, 2025 at 5:04 pm #635993 Hung PhamKeymaster 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, February 7, 2025 at 1:18 am #636098 bcasaleadersincParticipant Thank you that worked! Author Posts Tagged: data order, shop catalog Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register