Reduce Price Font

This topic has been marked as not resolved.

Hi
May i know where to put it codes in the screen.css?
Would you be able to send me a sample of screen.css with reduce price font size?

Thank you.

/* size for 4/6 products per row */
.container_12 .grid_2.s_item .s_price,
.container_16 .grid_3.s_item .s_price,
.container_16 .s_item .grid_9 .s_price,
.container_16 .s_item .grid_13 .s_price,
.container_12 .grid_2.s_item .s_currency.s_before,
.container_16 .grid_3.s_item .s_currency.s_before,
.container_16 .s_item .grid_9 .s_currency.s_before,
.container_16 .s_item .grid_13 .s_currency.s_before {
font-size: ….
}

/* size for 3/4 products per row */
.container_12 .grid_3.s_item .s_price,
.container_12 .s_item .grid_6 .s_price,
.container_12 .s_item .grid_9 .s_price,
#product_intro.s_size_1 .s_price,
.container_12 .grid_3.s_item .s_currency.s_before,
.container_12 .s_item .grid_6 .s_currency.s_before,
.container_12 .s_item .grid_9 .s_currency.s_before,
#product_intro.s_size_1 .s_price .s_currency.s_before {
font-size: ….
}

February 25, 2013 at 5:56 pm #19417

Hi,

For easier upgrade, you should put all extra css at the end of the stylesheet file.

Best,
ThemeBurn team

February 28, 2013 at 2:50 pm #19586
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.