WebSite X5Help Center

 
A. Kris
A. Kris
User

Collegato a google fonts, come ingrandire ?  it

Autor: A. Kris
Visited 780, Followers 1, Udostępniony 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 ODPOWIEDZI - 3 USEFUL - 1 PRAWIDłOWA ODPOWIEDź
A. Kris
A. Kris
User
Autor

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": [
{

Czytaj więcej
Posted on the from A. Kris
A. Kris
A. Kris
User
Autor

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

Czytaj więcej
Posted on the from A. Kris
A. Kris
A. Kris
User
Autor

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 ???

Czytaj więcej
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...

Czytaj więcej
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.

Czytaj więcej
Posted on the from  lemonsong  
A. Kris
A. Kris
User
Autor

Ecco Lemon ciaoooo !

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

Czytaj więcej
Posted on the from A. Kris
A. Kris
A. Kris
User
Autor

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

Czytaj więcej
Posted on the from A. Kris
A. Kris
A. Kris
User
Autor

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

Czytaj więcej
Posted on the from A. Kris
Mirko Boschetti
Mirko Boschetti
Moderator

prova ad aggiungere anche  questo:

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

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

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

Czytaj więcej
Posted on the from A. Kris