Home › Forums › WoodMart support forum › Product Price Product Price This topic has 5 replies, 2 voices, and was last updated 6 months ago by Hung Pham. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 3, 2024 at 1:53 pm #570192 hardik119955Participant On product page I want to show final price after applying variation the final price to be shown below it rather than fluctuating above….. how to achieve that Thank you Attachments:You must be logged in to view attached files. June 3, 2024 at 7:31 pm #570312 Hung PhamKeymaster Hi hardik119955, Thanks for reaching to us. Unfortunately, there is no such an option right now. You can create a ticket here: https://woodmart.canny.io/feature-requests so our developers will consider such a feature. Regards, June 10, 2024 at 6:32 pm #571812 hardik119955Participant Dear theme has this functionality do check by your side…..my theme is Jewellery Do check this sample product from Jewellery theme – https://woodmart.xtemos.com/shop/clocks/best-clock-parallels/demo/jewellery/ (When you choose different colors option you will get to know what I have asking for) Thank You June 11, 2024 at 2:06 pm #572005 Hung PhamKeymaster Hi hardik119955, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: .wd-price-outside div.woocommerce-variation-price { display: block; } Regards, June 11, 2024 at 2:54 pm #572032 hardik119955Participant how to control its size for different screens i.e. laptop, mobile, tablet….etc with above code June 12, 2024 at 11:22 am #572196 Hung PhamKeymaster Hi hardik119955, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS or Desktop / Mobile / Tablet sections: .wd-price-outside div.woocommerce-variation-price .price{ font-size: 20px; } Regards, Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register