Jump to content

Como cambiar diseño al buscador? - Plantilla techmarket


Recommended Posts

Dame algun detalle de como quieres dejarlo (un ejemplo que te guste), decirte que el css del modulo lo tienes en:

modules/blocksearch/blocksearch.css

Aunque segun veo en tu plantilla, tienes estilos sobreescritos en el global.css de tu plantilla.

Link to comment
Share on other sites

Dame algun detalle de como quieres dejarlo (un ejemplo que te guste), decirte que el css del modulo lo tienes en:

modules/blocksearch/blocksearch.css

Aunque segun veo en tu plantilla, tienes estilos sobreescritos en el global.css de tu plantilla.

 

Dame algun detalle de como quieres dejarlo (un ejemplo que te guste), decirte que el css del modulo lo tienes en:

modules/blocksearch/blocksearch.css

Aunque segun veo en tu plantilla, tienes estilos sobreescritos en el global.css de tu plantilla.

Estilos sobreescritos nadie? te refieres a que tiene varios estilos "guardados" pero solo hace uso de ese???

Link to comment
Share on other sites

Por ejemplo, veo que en tu fichero:

 

http://movil-chelin.com/themes/techmarket/css/global.css
 

Tienes esto:

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	

background: #ea552b !important; /* Old browsers */
background: -moz-linear-gradient(top, #ea552b 0%, #a63b1d 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea552b), color-stop(100%,#a63b1d)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ea552b 0%,#a63b1d 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ea552b 0%,#a63b1d 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ea552b 0%,#a63b1d 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #ea552b 0%,#a63b1d 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea552b', endColorstr='#a63b1d',GradientType=0 ) !important; /* IE6-9 */


	float: left;
	height: 35px !important;
}
Dejalo asi:

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;

background: #a7cfdf !important;
background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%) !important;
background: #317fd8 !important;
background: -moz-linear-gradient(top, #317fd8 0%, #20518a 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#317fd8), color-stop(100%,#20518a)) !important;
background: -webkit-linear-gradient(top, #317fd8 0%,#20518a 100%) !important;
background: -o-linear-gradient(top, #317fd8 0%,#20518a 100%) !important;
background: -ms-linear-gradient(top, #317fd8 0%,#20518a 100%) !important;
background: linear-gradient(to bottom, #317fd8 0%,#20518a 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317fd8', endColorstr='#20518a',GradientType=0 ) !important;

	float: left;
	height: 35px !important;
}
(Asi en tu caso particular toma los mismos valores que tiene tu menu horizontal, el boton buscar)
  • Like 1
Link to comment
Share on other sites

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