D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: D5 Design Extend : How to remove Feature Content in the frontpage?

Front Page D5 Creation Forum General Support D5 Design Extend : How to remove Feature Content in the frontpage? Re: D5 Design Extend : How to remove Feature Content in the frontpage?

#4692
D5 Creation
Keymaster
Quote:
Quote from salterra on October 23, 2013, 20:32
I searched the forum, and cannot find this answer. One member was advised that this theme was more flexible and would allow you the ability to remove the 3 featured images (and featured content) from the front page. I’m happy to create my own front page.

I included a link so you can see….http://pinnacleperinatalcare.com/

thank you!!

You can add this code into the Custom Code within Head Area of Theme Options.

Code:
<style>
.featured-boxs, .sep2 { display: none; }
</style>

You should also Check This.