Eleganttheme DeepFocus: Remove everything, Keep slider and Quote on the homepage

Eleganttheme DeepFocus: Remove everything, Keep slider and Quote on the homepage

CSS Edit to Remove Services, Recent Works & Portfolio from Homepage

I am looking for just a basic, static homepage. I would like the nav at that top and the slider on the page, along with the quote underneath it. I would like to also keep the footer that shows Theme from Elegant Themes but I want to remove everything (both content areas, recent works, blog area and enter gallery).

Add this to the bottom of the style sheet

Quote:

div.service {
display:none;
}

h3.recentworks {
display:none;
}

#portfolio-items {
display:none;
}

I’m trying to remove the recent works/portfolio section from the homepage only. I do NOT want to remove all recent posts as I am using them for the portfolio section. The code below removes all portfolio items.

Quote:

h3.recentworks {
display:none;
}

#portfolio-items {
display:none;
}

Is it possible to remove only from the homepage?

Site I am working on: amandajerkinsdesign.com

Add this to the bottom of style.css file

Quote:

.hometitle.recentworks {
display: none;
}
.home #portfolio-items {
display:none;
}

I tried adding the code you provided, and it removed the “Portfolio” heading, but left the recent works thumbnails & gallery button. I had to remove the code again though because this is a live client site, www.amandajerkinsdesign.com. Is there anything else that might work?

Add this to the bottom of style.css file:

Quote:

#home-featured h3.hometitle {
display: none;
}
#home-featured #portfolio-items {
display: none;
}

Google+

Website by AboutWebsites.ca