Checkbox Error In Arino Template In Sidebar Product Filters - Question | JoomShaper

Checkbox Error In Arino Template In Sidebar Product Filters

G

Gnostica

Template 3 years ago

Hi,

in Arino template I added my own product filters, and the checkbox is appear above the line of the filter's word (the label). Please help me how can I fix this problem, I didn't set anything in css with labels or checkboxes. I tried also to clen cache (browser and site), updated the template, but the same problem...

Screenshot: https://imgur.com/a/GRwbjJI

Thanks,

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3293

Hi there!

Sorry for the inconvenience! You may use the following code in your custom css:

.j2store-product-list .j2store-sidebar-filters-container .productfilters-list .j2store-productfilter-label {
    top: -27px;
}
.j2store-product-filters input[type=checkbox] {
  position:relative!important;
  z-index:11!important;
  opacity:0;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

1
Rob
Rob
Accepted Answer
2 years ago #21778

I had the same issue with the Arino themplate, and gues Gnostica told me earlier abbout this issue. I could not the right css code to fix this. Its imidiatly solved with the use of the solution Rashida Rahman brought to us. ( Thank you!)

0