badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Hide Post Title ONLY on the post – not on the home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49284
    Rob
    Participant

    Hi,

    I’m making use of the latest posts for the home page of a new site. On the home page you can see the post title as a hyperlink which is great. But when you click on the hyperlink you go to the post where you get the post title in a Green banner AND the same title repeated under the Green banner – I can’t find a way using CSS to hide this without buggering up the display of the title on the home page.

    I hope you can help.

    #49290

    Hi Rob,
    Do you mean to hide the title on single page. Which title do you want to hide. The title with Green banner or the simple title below the green banner. You can use below custom css on Dashboard -> Appearance -> Customize -> Additional CSS
    To hide green banner.

    .single .page-title-wrap {
        display: none;
    }

    To hide below green bar title

    .single h2.entry-title {
        display: none;
    }

    Thank you

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