Kiyomizu opened this issue on Aug 28, 2015 ยท 2 posts
Kiyomizu posted Fri, 28 August 2015 at 7:19 AM
By default, viewing a store page on my monitor fills the entire screen with adverts and promotional products. I get an ad, a carousel of sponsored products, a store ad, then the top half of another row of sponsored products. The items in the category I was actually trying to browse are hidden below the fold, below all that. (Quick note, Renderosity: Good web design does not put your main content below the fold.)
If you hate this as much as I do and you're using a browser that lets you customise the stylesheets for a specific website, add the following to your Renderosity customisation:
.hidden-xs { display: none !important; }
.bcs-item-sponsored { display: none !important; }
This will hide most of the fluff and the products that you are only being shown because a vendor paid for it.
To get rid of the sidebar to reduce screen clutter (but not show more products per page, sorry):
.facet-sidebar { display: none !important; }