I would like to remove the sub header image. Thank you, sorry for the confusion
Ahh yes. You’re right thank you. Now how do I get ride of the Header banner that has Craft inside with the Image?
Thank you for that. I put in the code. Nothing changed. Does this seem right?
/* 2.3. Page */
/* line 2122, scss/style.scss */
#page {
width: 100%;
margin: 60px 0 120px 0;
}
#page .post-title {
display: none;
}
/* line 2126, scss/style.scss */
#page .post-title {
margin-bottom: 30px;
line-height: 38px;
font-size: 32px;
}
is the #page a direction to go the page.php file? Where am I putting this into? Thank you