Great!
I thought I’d have to do a lot more CSS-coding!
I guess hiding the content is just as easy.
I’ve changed back to a static page as frontpage, and I’ve set “no sidebars” and I thought that if I have no content in the static page I’d get at clean frontpage with just the featured content boxes and frontpage sidebar.
But the title of the page is still there. If I try
.entry-title {
display: none;
}
the name of the featured content pages are hid aswell 🙁
I’ve tried to
.page.entry-container.entry-header {
display:none;
}
but it won’t work.
/Kjell