Jump to content

prestashop


Recommended Posts

custom.css line 221

.formStyle p.radio span, .formStyle p.text label, .formStyle p.password label, .formStyle p.select label, .formStyle p.select span, .formStyle p.textarea label, ul.address, #multishipping_mode_box, .order_carrier_content, .paiement_block, ul.step li.step_current, #history #center_column h4, #address p.inline-infos {
color: #111111 !important;
}

change #111111 to any other color you want

  • Like 1
Link to comment
Share on other sites

Hello please how to change color of title during registration ? and also color of zip code and country in shipping menu ....... 

thanks ....

add color:white; to:

.formStyle p.radio label {
float: none;
padding-right: 10px;
width: auto;
font-size: 14px;
color: white;
}

its a part of global.css line 1376

 

the same for:

 

.formStyle p.checkbox label {
float: none;
width: auto;
color: white;
}
Link to comment
Share on other sites

×
×
  • Create New...