Home › Forums › WoodMart support forum › image and text on product variantion image and text on product variantion This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 13, 2023 at 12:17 pm #511925 afotsiParticipant Hi, how can I have both image and text on product variantion? That is, they should be seen before one chooses a genre and variant title. https://prnt.sc/e2tvQ1nJNaIW thanks November 13, 2023 at 3:19 pm #511983 Luke NielsenKeymaster Hello, Try to use the below code for that, define it in Theme Settings – >Custom CSS. .single-product .summary .wd-swatch { flex-direction: column; height: 1.4em; } .single-product .summary .wd-swatch .wd-swatch-text { display: block !important; font-size: 10px; } Kind Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register