Homepage Panes – posts not showing titles

  • zoessb

    #6649

    Hello,

    The titles of my blog posts are not showing up on my homepage.

    I have selected Latest Posts under the Type of Content to show option under Homepage Panes but the titles of the blog entries are not showing on my front page.

    I have deleted the front page, created a new one and added the Homepage Panes options.

    I have deleted the blog posts and re-created them.

    I have deleted the blog titles and re-created them.

    Any help very gratefully received!!

    Website address: http://www.sunflowersunnybunny.com

    Thank you in advance.

    Zoë

    Anonymous

    #33880

    You have the below code in Custom CSS. Remove it.

    .home .post-title {display:none} .thank you for subscribing .post-title {display:none}

    It seems you’ve added that code to remove Home. Use this CSS instead,

    .home .type-page {
    display: none;
    }

    zoessb

    #33881

    Yippee! It has worked.

    Much appreciated – thank you!

    Anonymous

    #33882

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.