Admin –> Customizer –> Additional CSS:
article h1.entry-title {
display: none;
}
Thank you, it sure worked.
Can you please help me with two more things?
1. Is it possible to move the orizontal lines of the menu+menu on the top of the page, to be the first thing on the page?
2. Can I move the somehow the text “Amazing Things for You” a little up on the page, to make lower the gap between that text and above?
Thank you.
Admin –> Customizer –> Additional CSS:
.header-1 #site-navigation {
position: relative;
border-bottom: 0px solid #333; */
border-top: 0px solid #333; */
display: flex;
align-items: center;
flex-wrap: wrap-reverse;
}
.breadcrumbs-wrap {
display: none;
width: 100%;
font-style: normal;
color: #858585;
padding: 0 15px 30px 15px;
text-align: center;
}
.post-content {
position: relative;
padding: 2px 15px;
word-wrap: break-word;
overflow: hidden;
}
I have another question: how can i get rid of the side, left and right spaces, from the pages?
I want the text and photos to be on (almost) all the screen, without those side spaces.