toni_svo Posted July 3, 2020 Share Posted July 3, 2020 Hola, Quería cambiar el estilo de los productos que tienen varios colores a redondo pero no tiene efecto además de que aparezca al lado de color en escrito el texto del color que selecicionas.. Este es el css del tema y yo lo quiere como esta pagina: .input-color { position: absolute; opacity: 0; cursor: pointer; height: 100%; width: 100%; border-radius: 50%; border: 2px solid rgba(33,33,33,.1); } .input-container { position: relative } .input-radio { position: absolute; top: 0; cursor: pointer; opacity: 0; width: 100%; height: 100% border-radius: 50%; border: 2px solid rgba(33,33,33,.1); } .input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span { border: 2px solid #232323 } .radio-label { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2); background: #fff; display: inline-block; padding: .125rem .625rem; font-weight: 600; border-radius: 50%; border: 2px solid rgba(33,33,33,.1); } .product-actions .control-label { margin-bottom: .375rem; display: block; } Mi página es http://homn.es/ Muchas gracias, un saludo. 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