Jump to content

RISOLTO Cambiare colore testo delle categorie


mirco911

Recommended Posts

dipende che versione stai usando

comunque la versione 1.3

trova 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 serve


Con 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

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

Si trova in style.css perche template usa un suo CSS allora

Trova 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

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

  • 9 months later...
  • 1 year later...

 

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...