This topic has 14 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hi (ERROR: Duplicate topic detected; it looks as though you’ve already said that!)
Thankl ypou
Hello,
Is it some information about tax? Then you can use tax suffix http://prntscr.com/rnr2y3
Regards
This is perfect. Thank you.
How can I customize the position, color and size of the suffix?
Hello,
By additional customization. Provide link to the product and we’ll send you the custom CSS.
Regards
I am using these pages now
You can use this code –
.woocommerce-price-suffix {
font-size: 15px !important;
color: red;
}
I can’t see tax on your single product page http://prntscr.com/rntbu9
Regards
Why is that? I cannot see it now either…..
We do not have wp-admin access to this site. What settings did you change after making the screenshot?
Regards
Please check the login info.
I dont think I made changes
http://prntscr.com/rnuywf – please check.
Regards
sorry
I did not make any changes but can see the tax on the single product page now.
Try to use the next custom CSS code:
.single-product .product-information-inner .woocommerce-price-suffix {
font-size: 18px !important;
color: red;
margin-left: 5px;
}
.single-product .product-information-inner .price {
display: inline-flex;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up