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>