I am trying to make one page different and was availing myself of the help provided at the Blogger Help forum, at the multiple static pages conditional tags thread.The code I pasted in the theme HTML was:
I was able to get an inside page to appear with no header or share button by putting this line in the theme HTML, just after the <body> tag, with the other lines similar:
#header{margin-top:-30px; margin-bottom:-10px;}body.item-view #header{margin-top:0; margin-bottom:0;}
Goes in Add CSS in theme customize dropdown.
First line covers the front page.
Second line is to preserve the inside pages.