Comments Jasper started the conversationAugust 9, 2014 at 12:54amDear ThemeNectar-team,Is there a possibility to remove the 'Post Header' at some of my posts, while keeping a 'Fullscreen Header' at my other posts? Or change it from fullscreen to a set height, but still only for a few pages.Thanks in advance. 8,839Tahir repliedAugust 9, 2014 at 3:42pmHey Jasper!You can hide any element on a per page basis by adding the css class .page-id-110 before that elements selector . Something like this :.page-id-110 .my-element { display:none !important } All the best,-T ThemeNectar Support Team Jasper repliedAugust 10, 2014 at 12:41amHi!Thanks for your help! Is it also possible to do this (removing the post-header) automatically for all posts in a certain category? 8,839Tahir repliedAugust 11, 2014 at 7:49amHey Again!Yes it should be if the category names are outputted on the page by wordpress. For more info please see this url : http://codex.wordpress.org/Function_Reference/body... . Thanks ThemeNectar Support Team Sign in to reply ...
Dear ThemeNectar-team,
Is there a possibility to remove the 'Post Header' at some of my posts, while keeping a 'Fullscreen Header' at my other posts? Or change it from fullscreen to a set height, but still only for a few pages.
Thanks in advance.
Hey Jasper!
You can hide any element on a per page basis by adding the css class .page-id-110 before that elements selector . Something like this :
All the best,
-T
ThemeNectar Support Team
Hi!
Thanks for your help!
Is it also possible to do this (removing the post-header) automatically for all posts in a certain category?
Hey Again!
Yes it should be if the category names are outputted on the page by wordpress. For more info please see this url : http://codex.wordpress.org/Function_Reference/body... .
Thanks
ThemeNectar Support Team