Jump to content

Cambiar colo y nombre en modulo lateral


Recommended Posts

Respecto al fondo de los encabezados, en el fichero:

 

http://cambalache.comoj.com/prestashop/themes/ot-digitalbox/css/global.css

 

tienes esto:

 

#left_column .block h4, #right_column .block h4 {
background: url("../images/bg_title_left.png") no-repeat scroll 0 0 transparent;
color: #FFFFFF;
font-family: 'Oswald',"Trebuchet MS";
font-size: 16px;
font-weight: normal;
height: 43px;
margin: 0 0 0 -11px;
padding: 10px 0 0 11px;
text-transform: uppercase;
}

 

#right_column .block h4 span, #left_column .block h4 span {
background: url("../images/bg_title.png") repeat-x scroll left top transparent;
display: block;
font-weight: bold;
height: 43px;
line-height: 43px;
margin-right: 10px;
padding: 0 15px;
}

 

Son dos imagenes, esta:

 

http://cambalache.comoj.com/prestashop/themes/ot-digitalbox/images/bg_title_left.png

 

que esta metida en el background del:

 

#left_column .block h4, #right_column .block h4

 

y es el pico.

 

Y esta imagen:

 

http://cambalache.comoj.com/prestashop/themes/ot-digitalbox/images/bg_title.png

 

que es la continuacion verde, y esta metida como repetida en el backgroudn del:

 

#right_column .block h4 span, #left_column .block h4 span

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...