More and more we use J2Store for Webshop applications for our customers. In order for the checkout to work well with a sales condition popup and a check box to agree to the terms and conditions, I need to make two changes to template.css each time. It would be great if they were there as a standard. the changes are:
1) Approx halfway through the file there is:
{
display:block;
overflow: visible;
position: inherit;
}
The last line needs to be commented out: /* position: inherit; */
2) At the end we need to add:
input[type="checkbox"] , #checkbox_tos {
-webkit-appearance:checkbox;
visibility: visible !important;
}
Is it possible to add the option to do this in Template toaster, so it is done each time I make small changes to the template?