Jump to content

changer la couleur du texte qui est illissible


Recommended Posts

Bonjour, vous pouvez " examiner l'élément " avec votre navigateur ce qui vous donneras le nom du fichier a changer ( global.css ) et la ligne ( 890 je croit ) , la vous pourrez changer la couleur, en testant pas hasard sur votre site, le bleu ressortait très bien ;)

rgb 120 , 140 , 630 il me semble . un bleu comme sur l'une de vos photo

Edited by AMOK! (see edit history)
Link to comment
Share on other sites

 

 

ligne 867 de http://www.boutique.dream-neon.com/themes/black/css/global.css

div.block h4 {

  • text-transform: capitalize;
  • color: white;
  • font-size: 13px;
  • font-weight: normal;
  • line-height: 30px;
  • text-transform: uppercase;
  • padding-left: 1em;
  • padding-top: 2px;
  • background: transparent url('../img/menu-header-bg.png') no-repeat top left;

}

et ligne 890

 

 

 

div.block a {

  • color: white;
  • text-decoration: none;

}

Link to comment
Share on other sites

Bonjour

Utilise l' addons Firebug sur Firefox comme ça tu peut identifier tous les éléments css a modifier et même faire des tests en ligne

Bonjour, j'ai déjà le module firebug et sais faire les modifications en ligne mais j'ai du mal à retrouver la ligne dans le module CSS pour la modifier en dur.

Link to comment
Share on other sites

 

 

 

ligne 867 de http://www.boutique..../css/global.css

div.block h4 {

  • text-transform: capitalize;
  • color: white;
  • font-size: 13px;
  • font-weight: normal;
  • line-height: 30px;
  • text-transform: uppercase;
  • padding-left: 1em;
  • padding-top: 2px;
  • background: transparent url('../img/menu-header-bg.png') no-repeat top left;

}

et ligne 890

 

 

 

div.block a {

  • color: white;
  • text-decoration: none;

}

 

Je fais faire les modifs comme indiquées je vous tiens au courant..Merci

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