dreg101 Posted July 30, 2019 Share Posted July 30, 2019 (edited) Buenas tardes. estoy tratando de agregar un estilo a mi plantilla de classic de prestashop. Esto agregando un estilo en el custom.css pero al momento de recompilar y borrar la cache, solo se aplican parte de los estilos. Estos estilos ya los he puesto en otras paginas web que no corren en prestashop y funcionan bien. mi pagina es recodiesel.com el codigo CSS agregado es: #lista4 ol { counter-reset: li; list-style: none; *list-style: decimal; font: 15px 'trebuchet MS', 'lucida sans'; padding: 0; margin-bottom: 4em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } #lista4 ol { margin: 0 0 0 2em; } #lista4 { list-style-type: none; list-style-type: decimal !ie; /*IE 7- hack*/ margin: 0; margin-left: 3em; padding: 0; counter-reset: li-counter; } #lista4 > li{ position: relative; margin-bottom: 20px; padding: 1em; border-left: 2px solid #CCCCCC; background-color: #f5f5f5; } #lista4 > li:before { position: absolute; top: 0; left: -0.95em; width: 1em; font-size: 4em; line-height: 1; font-weight: bold; text-align: right; color: #464646; transform: rotate(-25deg); -ms-transform: rotate(-25deg); -webkit-transform: rotate(-25deg); z-index: -99; overflow: hidden; content: counter(li-counter); counter-increment: li-counter; } Se deberia de ver asi: Y se ve asi: https://www.recodiesel.com/content/6-amplio-inventario-y-taller-de-motores-industriales-en-mty Como pueden ver, no aparecen los numeros, ya intente con otros estilos y pasa lo mismo, pareciera como si la plantilla me estuviera bloqueando algunas parte del estilo. Podrian echarme una mano. Edited July 30, 2019 by dreg101 (see edit history) Link to comment Share on other sites More sharing options...
Adrian Posted July 31, 2019 Share Posted July 31, 2019 Prueba a poner un !important Link to comment Share on other sites More sharing options...
dreg101 Posted July 31, 2019 Author Share Posted July 31, 2019 32 minutes ago, Adrian said: Prueba a poner un !important Gracias Adrian, pero en que propiedad del CSS tendria que agregar el imporant ? Link to comment Share on other sites More sharing options...
Adrian Posted July 31, 2019 Share Posted July 31, 2019 Ponlo en todas las propiedades y así te evitas problemas. Lo suyo sería mirar cual no te está cogiendo (seguramente te interponga el que viene por defecto) pero como es un poco lío ponlo en todos y lo solucionas. Prueba a ver si funciona! :() Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now