But like this as well...
I tried a workaround by using different ways to set up the products...
Now i try to use a text-field in a product... First it wasnt shown... I used this css to get it visisble:
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .option input {
display: flex!important;
}
Now it looks like this https://prnt.sc/26drg51
But on mobile it's like this: https://prnt.sc/26drgm0
I tried with this code
@media and screen (max-width:768px){
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .option input {
display: flex!important;
}}
to get it shown but i doesnt work... am i missing something here?