Tagged: abcseamless.com, abcsweepstakes
- This topic has 6 replies, 3 voices, and was last updated 10 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 6, 2014 at 8:26 am #11042annParticipant
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
AnnJune 6, 2014 at 8:30 am #11043annParticipantTo 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
AnnJune 9, 2014 at 10:00 am #11127Theme Horse Support TeamKeymasterHi 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!
June 16, 2014 at 5:04 am #11345annParticipantHello 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
AnnJune 17, 2014 at 6:59 pm #11406Theme Horse Support TeamKeymasterThe 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!
June 25, 2014 at 7:50 am #11614annParticipantThanks for the above. This worked. Great!!!!!!!
A big thanks.
Kind Regards
AnnJune 27, 2014 at 6:57 am #11694Theme Horse Support TeamKeymasterThat’s great
Thank you! -
AuthorPosts
- You must be logged in to reply to this topic.