Version 2.2.5
This update was released on the 9th of January 2023.
Improvements
- Added support complementary products block
Fixes
- Fixed some visual bugs isolated to iOS16
Manually applying the IOS 16 fix:
Please add this CSS code at the end of the assets/theme.css file:
.pagination li { border: 1px solid rgba(var(--color-text-rgb), 0.12) !important; } .pagination li:not(:last-child) { border-right: none !important; } .pagination li.active { border: 1px solid var(--color-text) !important; }