Modify the price display.

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeModify the price display.

This topic has been marked as not a support question.

Hello;

I need this:
1 – How change the circle of price; from Circle to a Square o Rectangle.

2 – I have tried the information in this link : http://support.themeburn.com/topic/remove-price-in-catagories?view=all
but I need to change the position of the price; I need to move to top of the name of items and to right position.

3 – How to remove the circle without changing the position of price

Thank’s in advance and regards.

Sam

  • This reply was modified 4479 days ago by  samdz.
  • This reply was modified 4479 days ago by  samdz.
  • This reply was modified 4479 days ago by  samdz.
  • This reply was modified 4479 days ago by  samdz.
  • This reply was modified 4479 days ago by  samdz.
  • This reply was modified 4479 days ago by  samdz.
 samdz
January 11, 2012 at 11:40 pm #5120
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
January 16, 2012 at 12:03 pm #5256

Hello

Thank you for your assistance; but I tried to make a form or sharp like the screen but I cannot do it.

Any help please ?

 samdz
January 27, 2012 at 11:19 pm #5639
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
January 30, 2012 at 11:52 am #5705

I did the price change a while ago and it seems like the price appears when I hover over the item on the feature page and on the brands page. But If I am in a category, the price is actually missing.

May 8, 2012 at 9:18 pm #8686

No worries. I got it to work now.

May 8, 2012 at 10:23 pm #8692

Dear TB Support

My Opercart version 1.5.2.1

I would like modify the display price in Circle to Hoover Box inside.

As my picture show

May 9, 2012 at 8:42 am #8699

@austin88

Have you checked this topic?

We think you will find the same modification there.

Best,
ThemeBurn team

May 9, 2012 at 11:20 am #8720

Dear TB Support,

Yes, finally I get it.
Thanks.

btw I have some problem on the Hover Box Price Font size adjust.
what the code should I have add in ?

Photo attached. (The 199.00)

May 11, 2012 at 8:36 am #8780

@austin88

What is the problem exactly? Spacing? Price size?

May 11, 2012 at 10:38 am #8794

Dear TB Support,

Is not problem, i just wanna to resize the Price 199.00 (as photo show) to be small or same size with the product name …

May 11, 2012 at 8:16 pm #8828

@austin88

Now we got you :)

Try putting these styles at the end of the main stylesheet:

.container_12 .s_grid_view .s_item .s_price,
.container_16 .s_grid_view .s_item  .s_price,
.container_12 .s_grid_view .s_item .s_price *,
.container_16 .s_grid_view .s_item  .s_price *
{
  font-family: Lucida Sans Unicode, Arial, sans-serif !important;
}
.container_12 .s_grid_view .s_item .s_price,
.container_12 .s_grid_view .s_item .s_price .s_currency {
  font-size: 15px !important;
}
.container_16 .s_grid_view .s_item  .s_price,
.container_16 .s_grid_view .s_item  .s_price * {
  font-size: 15px !important;
}

Best,
ThemeBurn team

May 16, 2012 at 11:07 am #8904
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.