There is imho a very simple, yet very useful function missing to the GP theme : the ability to add a custom body class for each post / page.
GeneratePress Pro’s “disable element” feature is super useful to disable header, menus and stuff on landing pages for example, but I still need to be able to control the width of this kind of pages.
Obviously it can be solved by a plugin (or through simple CSS per page but it’s less elegant as it’s not as centralized as a CSS class) but I would suggest to add it to the core.
yep I know, it’s less handy than adding a custom class for example .narrow especially when split testing because you need to remember to add .page-id-XX{width:XXpx;} or you mess up your styling.
Genesis has that feature and it’s actually pretty useful instead of ending up with 10 “.page-id-XX” in your custom CSS.