Jump to content

Changer couleur des boxes


blaise

Recommended Posts

Il faut modifier les couleurs à certains endroit du css:

ligne 903:
div.myaccount .block_content { background: #fedfdc url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
border-left: 1px solid #fedfdc;
border-right: 1px solid #fedfdc;


ligne 885:
div.exclusive .block_content { background: #828fa0 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
border-left: 1px solid #828fa0;
border-right: 1px solid #828fa0;


ligne 858:
div.block .block_content {
border-left: 1px #e5e8ed;
border-right: 1px #e5e8ed;
padding:0.5em 0.7em 0pt;
background: #e5e8ed url('../img/block_bg.jpg') repeat-x bottom left;
min-height:20px;



Il faut que tu change les couleurs en gras, le background correspond à la couleur de fond et les border-left et border-right aux couleurs du contour
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...