mirco911 Posted April 20, 2011 Share Posted April 20, 2011 ciao,come faccio a cambiare il colore del testo delle categorie, che comando devo cambiare nel css?per capire ho allegato l'immagine, il testo da grigio lo voglio nero anche per le sottocategorie Link to comment Share on other sites More sharing options...
Lika Posted April 20, 2011 Share Posted April 20, 2011 dipende che versione stai usando comunque la versione 1.3trova questa righa piu o meno righa numero 1431 in tuotema/css/global.css div#categories_block_left ul.tree a { color: #FFFFFF; padding-left: 3px; } e cambia dove vedi #FFFFFF Con il colore che ti serveCon la versione 1.4 trova la righa 26 in tuotema/css/modules/blockcategories/blockcategories.css #categories_block_left .tree a { color: #FFFFFF; padding-left: 0; } Sempre dove vedi #FFFFFF CAMBIA CON IL TUO COLORE Link to comment Share on other sites More sharing options...
mirco911 Posted April 21, 2011 Author Share Posted April 21, 2011 non funziona il colore rimane uguale, posto il codice così capisci bene se c'è un errore:/* Block categories */div#categories_block_left ul.tree { padding-left: 0.5em }div#categories_block_left ul.tree li { border: none; padding-left: 15px; background: none; margin-left: 0; font-weight: bold; font-size: 13px; line-height: 13px; margin-top: 2px}div#categories_block_left ul.tree li ul li { padding-left: 15px; background: none; font-size: 11px; font-weight: normal}div#categories_block_left ul.tree li ul li ul li { padding-left: 15px; font-size: 9px}div#categories_block_left ul.tree a { padding-left: 0px; color: #374853}div#categories_block_left ul.tree a:hover { text-decoration: none }div#categories_block_left ul.tree a.selected { color: #488c40; font-weight: bold}div#categories_block_left span.grower { display: block; float: left; background-position: 0 6px; background-repeat: no-repeat; width: 12px; height: 15px; margin: 0 0 0 -10px!important; margin: 0 0 0 -6px; padding: 0}div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif') }div#categories_block_left span.CLOSE { background-image: url('../img/icon/more.gif') }/* steps (like order step) */ul.step { background: transparent url('../img/step_start.gif') no-repeat bottom left; list-style: none; margin: 0.8em auto 2em; padding-left: 40px; height: 25px; width: 465px}ul.step li { height: 25px; float: left; width: 100px; text-align: center; background: transparent url('../img/step_standard.gif') no-repeat left bottom} Link to comment Share on other sites More sharing options...
Lika Posted April 21, 2011 Share Posted April 21, 2011 Non ce nessun errore ma posso vedere il tuo sito?? o non e Online? Link to comment Share on other sites More sharing options...
mirco911 Posted April 21, 2011 Author Share Posted April 21, 2011 si è attivo www.dealweb.it Link to comment Share on other sites More sharing options...
Lika Posted April 21, 2011 Share Posted April 21, 2011 Si trova in style.css perche template usa un suo CSS alloraTrova Righa 88 nel tuo file style.css e cambia il colore che questo color: #979696; div#categories_block_left ul.tree a { background: url("../img/dashLine.png") repeat-x scroll 0 bottom transparent; color: #979696; display: block; font-size: 12px; font-weight: normal; padding: 5px 0; } Link to comment Share on other sites More sharing options...
mirco911 Posted April 22, 2011 Author Share Posted April 22, 2011 grazie mille.....ho risolto.mentre per il blocco informazioni? Link to comment Share on other sites More sharing options...
Lika Posted April 22, 2011 Share Posted April 22, 2011 grazie mille.....ho risolto.mentre per il blocco informazioni? Trova la righa 111 del file style.css div.block a { background: url("../img/dashLine.png") repeat-x scroll 0 bottom transparent; color: #979696; display: block; font-weight: normal; padding: 5px 0 4px 10px; } e Cambia questa parte color: #979696; Link to comment Share on other sites More sharing options...
mirco911 Posted April 22, 2011 Author Share Posted April 22, 2011 scusa se ne approfitto ma un altro piccolo problema, devo modificare questo link cerchiato nel riepilogo d'ordine, ti alleggo l'immagine, come faccio? Link to comment Share on other sites More sharing options...
sallyy Posted February 8, 2012 Share Posted February 8, 2012 invece non riesco a trovare come cambiare colore alle scritte : contatto mappa del sito segnalibro e quindi anche Benvenuti, Entre il tuo account.. non trovo la parte relativa a questo testo nel global.css Link to comment Share on other sites More sharing options...
matthew85 Posted March 8, 2013 Share Posted March 8, 2013 Trova la righa 111 del file style.css div.block a { background: url("../img/dashLine.png") repeat-x scroll 0 bottom transparent; color: #979696; display: block; font-weight: normal; padding: 5px 0 4px 10px; } e Cambia questa parte color: #979696; Volevo chiedere una cosa, dove posso trovare il file style.css? 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