.Homepage{ Perfect:10; Question:8; Userpage:10 perfect !important; Userspage : inhirit userpage ; } Pro you outed your self on design Really nice work
First impression : it looks great ! – Homepage : love it ! very effective and informative ; – Questions page : nice improvements here as well. As always, feels like attention has been paid to details. Search bar is gone though : everything is going through the search icon on top of the page ? No more Ajax loading of answers ? – Ask page : full width layout makes it look a bit weird on a wide screen ; – Categories main page : give a so much better overview than before, great job ! – Users listing page : really like it as well. Much better presentation for a faster browsing of the list. I kind of liked the old one as well too though. 😉 – Single profile page : even better than before with the full width cover picture. Thanks for this awesome job !
I think sticky or featured post will solve your issue, I am already working on featured question. will be added in upcoming version
simple solution will be create a php file like: page-YOUR_PAGE_ID.php replace YOUR_PAGE_ID with anspress base page ID or SLUG. and then copy content of page.php to newly created page. Now find get_template_part and simply replace whole function with: the_contnet() save and done.
Go to Editor and search content-page.php for <h1 class="entry-title"><?php the_title(); ?></h1> and replace it with : <h1 style="font-size:0px;" class="entry-title"><?php the_title(); ?></h1>