Jump to content

changer de couleur(resolu)


Recommended Posts

Aller dans le fichier global.css et à la ligne 296 changer ce que vous voulez.

 

.block .title_block, .block h4 {
  1. padding6px 11px;
  2. font-size12px;
  3. color#fff;
  4. text-shadow0 1px 0 #000;
  5. text-transformuppercase;
  6. background#383838;
  7. font-weightbold;
}
 
cdt
Link to comment
Share on other sites

dans votre global.css, ligne 296, change le couleur que tu veux

qlq chose comme ça

block .title_block, .block h4 {
padding: 6px 11px;
font-size: 12px;
color: #fff;
text-shadow: 0 1px 0 #000;
text-transform: uppercase;
background: #383838;
font-weight: bold;
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...