Add the below script into your Footer Script (Admin panel > Storefront > Footer Script) <script> (function () { var $ = window.jQuerySupermarket; $(document).ready(function () { $('#facetedSearch-navL...
Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <style> /* align price on product cards */ .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit...
Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <style> /* Show add to cart button on desktop */ .card-img-container { position: relative; } .card-figcaption { displ...
Add the below script to your Footer Script (Admin panel > Storefront > Footer Script) <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', inclu...
Add the below script to the begin (so important) of your Footer Script (Admin panel > Storefront > Footer Script) <script> (function () { var $ = window.jQuerySupermarket; var $regions = $('[data-emth...
Add the below CSS to your Footer Script (Admin panel > Storefront > Footer) <style> .emthemesModez-mobile-collapse-content { max-height: none; } .emthemesModez-mobile-collapse-handle { display: none; ...
Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <style> .papaSupermarket-subcategories-grid { display: flex; flex-flow: row wrap; margin-...
Add the below CSS to your Footer Script (Admin panel > Storefront > Footer Script) <style> @media (max-width: 801px) { .emthemesModez-header-topSection { position: relative; z-index: 999; } .emthemesM...
In some case, your sub-categories don't have child categories, it's a reason cause the space between inside column. So to avoid the space inside a column, add the below CSS to your Footer Script (Admi...
The Supermarket theme is not designed for horizontal menu, so you need to add the below CSS to your Footer Script. - Step 1: Go to Manager panel > Storefront > My Themes > Customize (Theme Editor) > G...