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*

Trouble hiding page title on some posts but not others

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11042
    ann
    Participant

    Hello and thanks for your help. When making a post I am sometimes successful in hiding the page title but not others.
    I have checked “hide title” in screen options, and have also checked ( saved and then unchecked) the options in side bar of workspace that gives option of “Hide Title – hide title on singular page views”.
    I have even tried to add a custom field ” attitude title hide” but dont know what to put for the “value”.

    I have written my whole web site and on some pages the title – is hidden – http://designerstitch.com.au/fashion-exhibition/undressed-exhibition-bendigo-art-gallery/

    and others not – http://designerstitch.com.au/sewing-competition/print-plain-sew-make/ or http://designerstitch.com.au/fashion-exhibition/contemporary-art-design-gallery/

    I wrote 4 posts yesterday afternoon and 3 of them have the title visible and 1 not.

    I may be doing something wrong but cant fathom what. Over the past few months random posts have the title appear and others not.
    Could you possibly please tell me what I am doing incorrect.

    Thanks for all and any help
    Kind Regards
    Ann

    #11043
    ann
    Participant

    To clarify the above in case of confusion. I have tried to post with the box also checked in the options in side bar of workspace that gives option of “Hide Title – hide title on singular page views”. I saved post and title still appeared.

    So I un-checked the box , saved post and title still appears.

    Thanks
    Ann

    #11127

    Hi Ann,

    To hide a post title in single post page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .single-post .entry-header {
        display: none;
    }

    Hope this solve your problem.

    Thank you!

    #11345
    ann
    Participant

    Hello and thanks for the above.
    Pasted code into custom CSS and saved.

    Page title is still appearing eg http://designerstitch.com.au/sewing-competition/print-plain-sew-make/

    The page title is Print and Plain – Sew It ! Make It ! Sewing Competition which is still appearing at top of post
    ( above the image Sew It Make It )

    I have other custom CSS in panel that you provided 3 months ago – would this conflict??.

    This is what is in my custom CSS…..

    #controllers a:hover, #controllers a.active {
    background-color: #e7004a;
    color: #e7004a;
    .single-post .entry-header {
    display: none;
    }

    Any thoughts please.
    Kind Regards
    Ann

    #11406

    The custom CSS that you paste in custom CSS is wrong please try paste below CSS code and save it.

    #controllers a:hover, #controllers a.active {
        background-color: #e7004a;
        color: #e7004a;
    }
    .single-post .entry-header {
        display: none;
    }

    Thank you!

    #11614
    ann
    Participant

    Thanks for the above. This worked. Great!!!!!!!

    A big thanks.

    Kind Regards
    Ann

    #11694

    That’s great
    Thank you!

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