Remove top box from grid layout (motif theme)
-
is it possible to remove the top box on this page and just featured the grid boxes instead?
i don’t want to lose the “name” of the page to appear in my main menu, but i don’t have content for this box. i just want it to be a launch page for the content that is in my grid boxes. any help appreciated!
The blog I need help with is: (visible only to logged in users)
-
We can use the unique page id body class found in the opening body tag in the HTML and then include the include the selectors of the items we wish to hide, like this.
.page-id-9 #post-9 .entry-content, .page-id-9 #post-9 .entry-meta { display: none; } #post-9 { margin-bottom: 0; }I also set the bottom margin on #post-9 to 0 to match the spacing above the title.
- The topic ‘Remove top box from grid layout (motif theme)’ is closed to new replies.