WebSite X5Help Center

 
A. Kris
A. Kris
User

Collegato a google fonts, come ingrandire ?  it

Author: A. Kris
Visited 781, Followers 1, Shared 0  

ciao Riccardo,

invio un screenshot , vorrei sapere in quale file trovo da poter ingrandire i caratteri evidenziati in alto? non riesco a trovare, avendo usato un google fonts , evidentemente troppo piccolo rimane in quella zona (quasi illegibile) . mi fai sapere dove lo trovo in quale css oppure come ingrandire? grazie

vedi lo screenshot

per il resto il font funziona bene

Posted on the
10 ANSWERS - 3 USEFUL - 1 CORRECT
A. Kris
A. Kris
User
Author

questo in grasetto nel file js che ho bisogno di aumentare perchè a 9pt è illegibile con il font scelto. se modifico in html ad ogni aggiornamento viene sovrascritto dal ws , come possibile risolvere? x una volta !!

// UI Setup
jQuery.extend(x5engine.cart.ui.steps, {
"active": true, "font": {
"font-family": "[FontFamily: Name=Tahoma]",
"font-weight": "normal",
"font-style": "normal",
"text-decoration": "none",
"font-size": "9pt",
"color": "#898989",
"activeColor": "#000000"
},
"image": {
"url": "cart/images/cart-steps.png",
"width": 558,
"height": 180,
"steps": [
{

Read more
Posted on the from A. Kris
A. Kris
A. Kris
User
Author

Lemonsong, aiuti? abbiamo cercato di risolvere m, ma non riusciamo c'era qcuno che ha detto che tu riusciresti ;) Lomonsong xfavore fatti sentire. grazie

Read more
Posted on the from A. Kris
A. Kris
A. Kris
User
Author

questa sono state provate , ma nessuno dei due funziona

<style>
#thead {
font-size: 20px;
}
</style>

oppure quest'altro :

<style>
#imCartStepsBanner {
font-size: 20px;
}
</style>

ALTRE IDEE ???

Read more
Posted on the from A. Kris
Skeggia 12
Skeggia 12
Moderator

quando fai modifiche di css strutturali inserisci anche !important ... non si sa mai...

font-size:20px !important;

...non so aiutarmi meglio perchè non utilizzo la parte e-commerce...

Read more
Posted on the from Skeggia 12
 lemonsong  
 lemonsong  
User

@Kris

Oltre ad aggiungere !important devi correggere il selettore, aggiungendo l'elemento span:

<style>
#imCartStepsBanner span {
font-size: 20px !important;
}
</style>

Oppure:

<style>
#imCartContainer span {
font-size: 20px !important;
}
</style>

N.B.

Non ho la Professional, per provare direttamente.

Read more
Posted on the from  lemonsong  
A. Kris
A. Kris
User
Author

Ecco Lemon ciaoooo !

Grandeeeee come sempre , sappi che funzionanti tutti è 2 :) anche se non hai la pro , sei sempre il migliore !!! ;) grazie !

Read more
Posted on the from A. Kris
A. Kris
A. Kris
User
Author

Un ringraziamento anche a Mirco !! Grazie Mirco per il tuo aiutino ;) avevo porvato con !important ieri ,ma mancava quella maledetta... span ;) Grazie a tutti ! Risolto

Read more
Posted on the from A. Kris
A. Kris
A. Kris
User
Author

Ho riaperto il post... Un altra domanda Lemonsong, come è possibile inserire lo spazio verticale in questo script almeno di 2 righe ? grazie ancora !!

Read more
Posted on the from A. Kris
Mirko Boschetti
Mirko Boschetti
Moderator

prova ad aggiungere anche  questo:

<style>
#imPgTitle.imTitleMargin {
margin-top: 20px !important;
}
</style>

Read more
Posted on the from Mirko Boschetti
A. Kris
A. Kris
User
Author
Mirko Boschetti
prova ad aggiungere anche  questo: <style> #imPgTitle.imTitleMargin { margin-top: 20px !important; } </style>

Grazie Mirco ! :) ora è leggibile ed è al posto giusto !

Read more
Posted on the from A. Kris