How to Hide Category and Request Add Store button (Standalone Version)

You can edit css/super-store-finder-mobile.css or css/super-store-finder.css and paste below code, clear cache and refresh the page

hideelementsssf

#edit-products-wrapper{
visibility:hidden !important;
}
input[value='Request Add Store']{
visibility:hidden !important;
}
0