Font Size

23.04.2017 07:57
#1
hcdbonline
Joomshopping forum user no avatar
Name: Mr.
18.01.2017
Posts: 21
Quote
Font Size

Greetings,
I'm hoping someone can help me. I'm working with the Vina Fashion II (http://vinagecko.com/joomla-templates/item/111-vina-fashion-ii) template. I have asked them the following question and they told me to contact someone here.

I'm having a difficult time with changing the font size of the item title? What file and line would do this?

I'm not sure if it's possible to have to title below the images or not, but any help would be appreciated!

Thank you!
Font Size


Joomla: 3.x
JoomShopping: 4.9
Website Url: http://iceboxonline.jdevcloud.com/
 
24.04.2017 00:06
#2
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Font Size

edit in file components/com_jshopping/css/default.css in row 385

.jshop_list_product .product .name {
text-align: center;
font-size: 11px;
margin-bottom: 5px;
}


font-size: 11px !important;


adjust the value

 
24.04.2017 16:18
#3
hcdbonline
Joomshopping forum user no avatar
Name: Mr.
18.01.2017
Posts: 21
Quote
Aw: Font Size

Thank you!
Although, I changed it and it didn't change anything. The font size of the price changes no problem, but the item/product title just remains the same.

 
24.04.2017 17:09
#4
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Font Size

Not forget the !important before the ;

sample
font-size: 11px !important;



Letzte Änderung: 24.04.2017 17:09
 
24.04.2017 17:43
#5
hcdbonline
Joomshopping forum user no avatar
Name: Mr.
18.01.2017
Posts: 21
Quote
Aw: Font Size

Here is what mine is set for - and still no change.

.jshop_list_product .product .name{
text-align: center;
font-size: 5px !important;
margin-bottom: 5px;
}


Letzte Änderung: 24.04.2017 17:44
 
27.04.2017 18:24
#6
hcdbonline
Joomshopping forum user no avatar
Name: Mr.
18.01.2017
Posts: 21
Quote
Aw: Font Size

I gather there is no solution for this.

 


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.