space between the header and the image?
Hey,
Im new to SiteOrigin, but really enjoying it. Im building my personal website and im trying to get rid of the text and space from the top of each page, Not the blog posts but the individual pages.
I found this piece of css code that gets rid of the text but not the actual space.
article.page .entry-header h1.entry-title {
display: none;
}
Here is a link to my site so you can see what i mean.
www.paulmcgrath.ie
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Paul,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:
.home .entry-header, .home #primary { margin: 0; padding: 0; } .home .header-wrapper { margin-bottom: 0; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.