J2Store Product Variant Display Not Working - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

J2Store Product Variant Display Not Working

MH

Michael Hrynewich

Extension 3 years ago

I have setup a variable product in J2Store in the Arino themplate. The radio buttons are not dispalaying to choose the option. They are there but just not displaying.

Here is the link for the example: https://tavolawoodcrafts.com/index.php/shop/hathon

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #42517

Hi there,

Thanks for contacting us. Sorry for the inconvenience. I have added this css code inside the custom.css file and check now.

.j2store-single-product-view #sp-main-body .j2store-single-product .j2store-addtocart-form .options .option label span {
    display: initial;
    color: #71767c;
}

.arino-option-size input:checked+label {
    background: #ddd;
}

-Thanks

0