badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove page titles (not blog post titles) + all blog posts have disappeared ???

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43161
    Keith
    Participant

    I’m a new user – trying to finish site 2 things remain:
    REMOVE PAGE TITLES<strong/>
    How do I remove the blue bar and page titles from each of the non-home pages – without affecting blog post titles.
    I read all the forum entries on titles & tried inserting this:
    .page .entry-title {
    display:none;
    }
    into the custom css section and saved it – no change.

    BLOG PAGES NO LONGER SHOW?<strong/>
    When I first loaded the theme – my blog pages all displayed nicely. 🙂
    But after trying to remove the page titles – all the blog posts have disappeared?
    Suggestions?

    Would really appreciate help with these two things
    Thanks
    Keith

    #43162
    Keith
    Participant

    Sorry about the Bold text

    here is my URL – http://smgknowledge.com

    #43247
    Keith
    Participant

    Over the weekend I got the blog entries to show.

    But still can’t find a way to remover the large page titles from the top of every non-home page – tried
    .page .entry-title {
    display:none;
    }

    But just removed blog entry titles

    #43264

    Hi Keith,
    Please remove the above css and paste below CSS code.

    .page-title-wrap {
        display:none;
    }
    .home .page-title-wrap,
    .page-template-page-template-blog-full-content .page-title-wrap {
        display:block;
    }

    Hope this may help you
    Thank you!

    #43288
    Keith
    Participant

    Awesome – All page titles removed except the BLOG page’s title
    I can definitely live with this but it would have been nice to remove the Blog page’s title as well for a consistent look.
    Let me know if there is a piece of code that addressed the Blog page title – without undoing this terrific update.
    Again thanks very much
    Keith

    #43290

    Hi Keith,

    just remove the above css and add below css

    .page-title-wrap {
        display:none;
    }
    .home .page-title-wrap {
        display:block;
    }

    Hope this may help you
    Thank you!

    #43314
    Keith
    Participant

    Worked – all page titles gone
    Very nice
    Thanks very much.
    Keith

    #43339

    You welcome Keith

    Thank you!

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