This topic has 6 replies, 3 voices, and was last updated 2 months ago ago by Andrew Mitchell
Hi
1. Is there any option to set miscellaneous styles for price with tax and price without tax
( font, size, color ) ?
2. How to display more signs in title in sticky cart ?
Dear Kamil,
We hope this message finds you well.
1. We would like to inform you that when editing your single product template with Elementor, you have the option to easily modify the color of the price. Please refer to the following screenshot for guidance: https://prnt.sc/_t8eiE60bjXq
2. Regarding your recent inquiry, we find ourselves needing a bit more clarity to assist you effectively. Could you kindly elaborate on your query and provide any relevant screenshots or videos? This will help us understand and address your concerns more accurately.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Hi
Mayby I explained imperfectly.
I didn’t mean “sale price”.
Only price with tax ( vat ).
I have attached screenshots to points one and two.
Hi @kamil109,
1. Please add this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product small.woocommerce-price-suffix {
font-weight: 400;
color: #00796B;
}
2. Please add this code under functions.php file locates in your child theme:
add_filter('etheme_sticky_cart_title', 'n2t_etheme_sticky_cart_title', 10, 2);
function n2t_etheme_sticky_cart_title($product_title, $origin_title){
return $origin_title;
}
Hope it helps!
Good Job !
Dear kamil109,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Price style on single product page – with and without taxes and more signs in title in sticky cart’' has been successfully resolved, and the topic is now closed for further responses