Home › Community Forums › Skope Theme Support › Homepage Setup? › Reply To: Homepage Setup?
October 2, 2012 at 12:28 am
#1508

Moderator
Here is an easy way, just add this to your css –
.home h2 a,
.home .entry-content {
display: none;
}
The above will target just the title and content of the homepage. There is other ways to do it, but this should be simple enough without having to deal with code.
I actually have a theme that looks similar to that on the way soon.