size of price

27.04.2012 17:34
#1
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
size of price

Hi, how can I change the size of the price in the list of products page and in the product page?

 
27.04.2012 18:21
#2
Kale
User Kale
Name: Kale
02.12.2011
Posts: 136
Quote
Aw: size of price

Change /components/com_jshopping/css/default.css

look for

.jshop_price {
color: #950000;
}

and add (change font-size)

font-size:12px;

For details price change font-size in

.productfull #block_price {
font-size: 16px;
font-weight: bold;
}

Greetings Kale


Letzte Änderung: 27.04.2012 18:21
 
27.04.2012 19:47
#3
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Aw: size of price

It works like a charm, thank you very much :)

 
27.04.2012 19:59
#4
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Aw: size of price

can you tell me how to change the color of the price in the detail page (the default is grey)? I try to add the "color" tag in the css but it doesn't works

 
27.04.2012 20:00
#5
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Aw: size of price

same problem for the size of the title in the single product page :(

 
27.04.2012 20:58
#6
Kale
User Kale
Name: Kale
02.12.2011
Posts: 136
Quote
Aw: size of price

Hello,

the color for the price works on my site.

.productfull #block_price {
font-size: 16px;
font-weight: bold;
color:#0000ff;
}

turns the price to blue.

If not, you can try to add !important

color:#0000ff !important;

The size of the title is possibly defined in your websitetemplate, so you have to change it there.

Easiest way to find out about your css styles is the Firefox Addon "Firebug".

Greetings Kale

 
28.04.2012 17:46
#7
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Aw: size of price

Thank you very much :)

 
10.10.2013 18:14
#8
elpipi79
Joomshopping forum user no avatar
Name: LUIS
01.10.2013
Posts: 1
Quote
Aw: size of price

Hi,
When you select a category, you can see the name of category and his image. Can I change the type of the font of the categoy showed? I know that I can change the size, color or if it is normal, bold, italic. But I need chage the type. Change verdana to arial.
I'm sorry for my bad english. I hope you can undersand :)
Thank you very much in advance!!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.