ぽこはげ Sep 26, 2014 @ 1:02am
How can I customize store page?
I want to delete "New on steam" "Steam Curators" "Explore Your Queue" section.
And want to customize like Old-Store desigh. (want to show top-sellers list and specials first)
(I could delete only "recently updated" section)

New store page is really unfriendly for me, hard to search game what I really want to show.

Sorry about my English. :3
< >
Showing 1-2 of 2 comments
Toxic_Mind Sep 26, 2014 @ 1:27am 
Good luck man!
MustardJeep Sep 26, 2014 @ 9:56am 
If you are willing to transition to the web store you can easily use a add-on like stylish to customize the storefront striping out what you don't want.

here is my stylish code.

@-moz-document domain("store.steampowered.com"), domain("steampowered.com") {
div#v6takeover{
display: none !important;
}
.new_on_steam{
display: none !important;
}
.recently_updated{
display: none !important;
}
.recommended{
display: none !important;
}
.apps_recommended_by_curators_ctn {
display: none !important;
}
.steam_curators_ctn {
display: none !important;
}
.discovery_queue_ctn {
display: none !important;
}
div#content_callout{
display: none !important;
}
div#homecontent_anchor{
display: none !important;
}
div#content_more{
display: none !important;
}
}
Last edited by MustardJeep; Sep 26, 2014 @ 9:56am
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 26, 2014 @ 1:02am
Posts: 2