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

Remove Title from Homepage

Front Page D5 Creation Forum General Support Remove Title from Homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3511
    gary campbell
    Participant

    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.

    #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>
    #4814
    gary campbell
    Participant

    Perfect, worked straight away.

    I also have Google Analytics script in that box, they both ok in there together?

    #4815
    D5 Creation
    Keymaster
    Quote:
    Quote from b1uenose on January 24, 2014, 13:55
    Perfect, worked straight away.

    I also have Google Analytics script in that box, they both ok in there together?

    Yes, you can add even more code if you need.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.