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: Remove Title from Homepage

Front Page D5 Creation Forum General Support Remove Title from Homepage Re: Remove Title from Homepage

#4813
D5 Creation
Keymaster
Quote:
Quote from b1uenose on January 23, 2014, 20:00
I am attempting to remove the home page title from showing. Have tried many online tutorials and none have worked. I managed to remove it from all the other pages, but not the home page.

When i was using small business free, it worked fine, but cant figure it out on small business pro. Can anyone help? website is http://www.lcdsolutions.co.uk, regards.

You can add the following into the WP-Admin > Appearance > Small Business Options > General Options > Custom Code within Head Area box to disable the Post/Page Title from Front Page

Code:
<style>.post-58 .post-title {display: none;}</style>

You can add the following into the WP-Admin > Appearance > Small Business Options > General Options > Custom Code within Head Area box to disable the Post/Page Title from Site-width

Code:
<style>h2 .post-title {display: none;}</style>