Jump to content

[solucionado]Quitar los numeros que aparecen en el Homeslide


juanmiguelfp

Recommended Posts

Ya se como cambiando en bx_styles.css esto

 

 

.bx-pager a:hover {

color: transparent;

text-decoration:none;

background-position: 0 0;

}

 

 

.bx-pager a {

display:inline-block;

zoom:1;

margin-right: 5px;

padding:4px 0 0 1px;

height:16px;/* 19 */

width:18px;/* 19 */

font-weight:bold;

font-size: 11px;

color: transparent;

text-decoration:none;

background:url(gray_pager.png) no-repeat 0 -20px;

}

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...

Pues a mi me quedan los circulos sin los numeros dentro pero no me desaperecen los circulitos .

version 1.5.4.1

 

 

Claro, porque el titulo del tema, dice quitar los numeros, no quitar los botones xD.

 

Si quieres ocultarlos, puedes ir al fichero:

 

modules/homeslider/bx_styles.css

 

Buscar esto:

 

.bx-pager {
position: absolute;
bottom: 20px;
bottom: 40px !ie;
right: 15px;
padding-top: 7px;
font-size: 11px;
color: #666;
text-align: center;
}

 

y añadirle un "display:none;"

 

.bx-pager {
position: absolute;
bottom: 20px;
bottom: 40px !ie;
right: 15px;
padding-top: 7px;
font-size: 11px;
color: #666;
text-align: center;
display:none;
}

Link to comment
Share on other sites

  • 5 months later...

Ya se como cambiando en bx_styles.css esto

 

 

.bx-pager a:hover {

color: transparent;

text-decoration:none;

background-position: 0 0;

}

 

 

.bx-pager a {

display:inline-block;

zoom:1;

margin-right: 5px;

padding:4px 0 0 1px;

height:16px;/* 19 */

width:18px;/* 19 */

font-weight:bold;

font-size: 11px;

color: transparent;

text-decoration:none;

background:url(gray_pager.png) no-repeat 0 -20px;

}

 

No hablo espanol, pero muchos gracias !!!

 

This is want I needed !

Thank you.

Link to comment
Share on other sites

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