Jump to content

[solucionado]cambiar de color boton y cuadro blanco


Recommended Posts

Hola esta es el link de mi web

http://negocioxusto....id_product=1858

 

hay me sale un boton gris y lo quiero poner verde

 

 

Fichero:

 

/themes/prestashop/css/product.css

 

Añade esto:

 

#short_description_block a.button {
background: #1b7019;
color: white !important;
}

 

(Esto es para el boton de "Mas detalles", que aparece debajo de la descripción pequeña)

Link to comment
Share on other sites

tambien saber si lor recuadros blancos se pueden poner transparentes los de ampliar y imprimir

 

Fichero:

 

themes/prestashop/css/product.css

 

Busca esto:

 

#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover {
text-decoration: none;
color: #000000;
font-size: 0.9em;
background: white url('../img/bullet_alt.jpg') no-repeat top left;
padding-left: 17px;
height: 15px;
display: block;
}

 

Y dejalo asi:

 

#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover {
text-decoration: none;
color: #000000;
font-size: 0.9em;
background: transparent url('../img/bullet_alt.jpg') no-repeat top left;
padding-left: 17px;
height: 15px;
display: block;
}

Link to comment
Share on other sites

Fichero:

 

/themes/prestashop/css/product.css

 

Añade esto:

 

#short_description_block a.button {
background: #1b7019;
color: white !important;
}

 

(Esto es para el boton de "Mas detalles", que aparece debajo de la descripción pequeña)

he añadido pero no cambio el color

Link to comment
Share on other sites

ha ya se no me referia al de mas detalles mas abajo hay uno que pone mas y sale una linea gris jejejeje no nos hemos entendido

:P

 

Fichero:

 

/themes/prestashop/css/global.css

 

Busca esto:

 

.idTabsShort .selected {
background-image: url('../img/tab_bg_selected_short.jpg');
color: white;
}

 

Dejalo asi:

 

.idTabsShort .selected {
background:#376726;
color: white;
}

 

En el mismo fichero, busca esto:

 

.idTabsShort a {
background-image: url('../img/tab_bg_short.jpg');
width: 138px;
}

 

Y dejalo asi:

 

.idTabsShort a {
background:#6e9f5d;
width: 138px;
}

Link to comment
Share on other sites

Para quitar esa linea malefica.

 

Fichero:

 

/themes/prestashop/css/global.css

 

Busca esto:

 

.idTabs {
list-style-type: none;
border-bottom: solid 1px #76839b;
height: 21px;
margin-top: 1em;
}

 

Dejalo asi:

 

idTabs {
list-style-type: none;
height: 21px;
margin-top: 1em;
}

Link to comment
Share on other sites

:D :D :D :D

 

si que era malefica si muchas gracias por tu ayuda.

 

todo correcto.

 

Un saludo

 

Un placer ayudarte y servirte!

 

Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro.

 

Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso.

 

PD: No se te olvide, pagarme un cafe, si lo deseas :P

Link to comment
Share on other sites

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