Jump to content

how to change the bg of only one buton [SOLVED]


Recommended Posts

hi every one.

 

i want to change the bg color of one buton on my shop. i try to change but its gonna apply for all the butons. here is my shop http://hostingnovapy...m/~nutrican/es/

only i want to change the background color of Registration buton at block login area.

 

thanks

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

hi every one.

 

i want to change the bg color of one buton on my shop. i try to change but its gonna apply for all the butons. here is my shop http://hostingnovapy...m/~nutrican/es/

only i want to change the background color of Registration buton at block login area.

 

thanks

 

 

Real example, based on your "block area login" of your store.

 

File:

 

modules/blocklogin/blocklogin.css

 

 

Button Login (Module BlockLogin)

 

im01-1024x342.png

 

Example:

 

Add:

 

#bloquelogin #SubmitLogin {
background: codigo_de_color;
}

 

 

Button Registrer (Module BlockLogin)

 

im02-1024x342.png

 

Example:

 

Add:

 

#bloquelogin #Submit {
background: codigo_de_color;
}

 

Sorry for my English.

Link to comment
Share on other sites

×
×
  • Create New...