Home › Forums › Support › Full Screen Category Description This topic has 5 replies, 3 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 5, 2022 at 5:50 am #2333780 Rohith Hi there, we are looking for full screen category description (Check PVT). No sidebar should be there in the description area only. The sidebar should be present in the list posts. Please help me with this. September 5, 2022 at 6:58 am #2333832 DavidStaff Customer Support Hi there, you can use a Block element – page hero: https://docs.generatepress.com/article/block-element-page-hero/ You can display the Title with the GB Headline block and dynamic data. And you can display the description using the GP Dynamic Content Block. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 5, 2022 at 10:46 am #2334130 Rohith Is that possible with code? September 5, 2022 at 6:12 pm #2334303 Fernando Customer Support Hi Rohith, Can you provide the link to the site in question? September 6, 2022 at 3:23 am #2334664 Rohith Here’s it September 6, 2022 at 5:10 am #2334744 DavidStaff Customer Support Try adding this PHP Snippet: add_action('wp', function(){ if ( is_category() ) { remove_action( 'generate_archive_title', 'generate_archive_title' ); add_action( 'generate_inside_container', 'generate_archive_title' ); } }); It may require some CSS to position it afterwards – let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In