Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
.product-info .option-image label {
display: block;
margin-left: -25px;
width: 100%;
height: 100%;
}
.name_vstroky {
position: absolute;
top: 16px;
left: 26px;
text-align: center;
color: green;
font-weight: 600;
}
.product-info .option-image img {
background-color: #FCFCFC;
cursor: pointer;
color: green;
font-weight: bold;
}
переключатель пропал, но выбор опции невозможно сделать. Точнее можно, но покупателю этого не видно, выбор не подсвечиваетсяпопробуй в стилях заменить на это
и вместо картинки можно было border сделать))Код:.product-info .option-image label { display: block; margin-left: -25px; width: 100%; height: 100%; } .name_vstroky { position: absolute; top: 16px; left: 26px; text-align: center; color: green; font-weight: 600; } .product-info .option-image img { background-color: #FCFCFC; cursor: pointer; color: green; font-weight: bold; }
тогда опять вылазит переключатель radio, а мне нужно,чтобы менялся цвет к примеру на зеленый с белым текстом при выборезамените
.product-info .option-image img {
background-color: #FCFCFC;
cursor: pointer;
color: green;
font-weight: bold;
}
на исходное
.product-info .option-image img {
cursor: pointer;
color: green;
font-weight: bold;
}