This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Tony Rodriguez
I want to increase the font size of the variable product prices on the single product page using Elementor, but I can’t find this option.
Hello, @ccnam,
Thank you for contacting us and for using XStore.
To enhance the appearance of variable product prices on your website, we recommend implementing a custom CSS code. Please follow the steps below to apply the changes:
1. Navigate to XStore > Theme Options.
2. Click on ‘Theme Custom CSS’.
3. Select ‘Global CSS’.
4. Insert the following CSS code:
.single-product .woocommerce-variation-price .price {
font-size: 32px !important;
color: red !important;
}
This adjustment will modify the font size and color of the variable product prices to ensure they stand out more prominently on your site.
Should you require any further assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up