Hello,
01,03. To display the actual variation price on the single product page, please enable the option “Remove duplicate price for variable product” under Theme Settings > Shop > Variable Products. This will update the price displayed after selecting a variation, replacing the price range with the specific variation’s price.
Additionally, if you wish to remove the price range entirely, enable the “Hide ‘to’ price” option. This will hide the higher price for variable products, simplifying the display.
02. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
span.wd-attr-selected, .reset_variations, .wd-reset-var {
display: none !important;
}
Best Regards