Yes, I think all these patches
Code:
Remove footer (row3) and increase cover size on new home screen
Remove footer (row3) on new home screen
New home screen increasing cover size
Only Reading and My Books
Remove Footer and Recommendations
apply to the same string:
Code:
- FindZlib: "#row1col2"
- ReplaceZlib:
Find: "[qApp_isFontScaleLarge=true] #row1col2 {\n qproperty-visible: false;\n}"
Replace: "all_that_you_do_not_want_appear {qproperty-visible:false;}"
and therefore, must be into the same patch-group:
Code:
- PatchGroup: Home screen tweaks
Good luck.