NicolaR Posted January 25, 2024 Share Posted January 25, 2024 (edited) Buongiorno, ho cercato molto su google e tutorial vari, ma si riferiscono a versioni precedenti. Utilizzo PrestaShop 8.0.4 con tema child con qualche modifica. Vorrei aumentare (almeno del doppio) la dimensione della scritta del prezzo esposto (sia da mobile che desktop). Ho provato nel file theme.css e custom.css ma non son riuscito a trovare la stringa precisa. Edited May 14, 2024 by NicolaR ok (see edit history) Link to comment Share on other sites More sharing options...
Fabry Posted January 25, 2024 Share Posted January 25, 2024 Salve, é facile....puó inserire nuove dichiarazioni css nel file custom.css o modificare il theme.css probabilmente non troverá un file custom nella cartella assets/css...deve solo crearlo e caricarcelo nel custom puó inserire /* * Custom code goes here. * A template should always ship with an empty custom.css */ .product-price { font-size:2rem} va bene anche su mobile questa dimensione ed é ben visibile...se vuole alterare il colore aggiunge per es color:#ff8400 nella dichiarazione...é un arancio ciao Link to comment Share on other sites More sharing options...
NicolaR Posted January 25, 2024 Author Share Posted January 25, 2024 On 1/25/2024 at 3:32 PM, Fabry said: Salve, é facile....puó inserire nuove dichiarazioni css nel file custom.css o modificare il theme.css probabilmente non troverá un file custom nella cartella assets/css...deve solo crearlo e caricarcelo nel custom puó inserire /* * Custom code goes here. * A template should always ship with an empty custom.css */ .product-price { font-size:2rem} va bene anche su mobile questa dimensione ed é ben visibile...se vuole alterare il colore aggiunge per es color:#ff8400 nella dichiarazione...é un arancio ciao Expand Ciao, grazie mille, funziona correttamente!! Link to comment Share on other sites More sharing options...
Fabry Posted January 25, 2024 Share Posted January 25, 2024 👍 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now