decimal point

Tagged: 

This topic has been marked as resolved.

Hello,
can you help me how to add a decimal point in the price (on slider) ?

For example: I attach picture of product with price 1.00 € (on the slider) and customers have viewed the price 100 €.

I need to add the point behind the first number.

Many thanks for your advice,
Rado.

January 9, 2018 at 1:30 pm #63087

Hi Rado,

You need to use this extra code:

.tb_grid_view .price .tb_decimal_point,
.tb_list_view .price .tb_decimal_point,
.tb_price.tb_fancy .tb_decimal_point,
.price.custom .tb_decimal_point
{
  display: inline;
}
.tb_list_view .price .tb_decimal,
.tb_grid_view .price .tb_decimal,
.tb_price.tb_fancy .tb_decimal,
.price.custom .tb_decimal
{
  top: 0;
  font-size: 1em;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

January 10, 2018 at 10:53 pm #63093

ok, thanks for advice

R.

January 11, 2018 at 11:11 am #63110

Hope we’ve helped, mate!

BR,
ThemeBurn team

January 11, 2018 at 1:27 pm #63112
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.