Community Forums › Forums › Archived Forums › General Discussion › Custom Header options
Tagged: Custom header, education child theme
- This topic has 8 replies, 4 voices, and was last updated 12 years, 5 months ago by
Brad Dalton.
-
AuthorPosts
-
October 22, 2013 at 1:33 pm #68267
chris01
MemberGood day All,
I’m presently building a website for one of my client’s with the Education Child Theme. Sorry, there is no URL, as the website is presently build behind a Privacy Curtain.
Client would like to remove the logo from the home page. The image was added by selecting the Header – Custom Header option from the Theme settings. I’ve tried adding the following to the CSS style sheet, and nothing works.
.home .header-image #header #title-area { display: none; }
Thanking you in advance.
October 22, 2013 at 4:43 pm #68299RobG
MemberTry accessing the -Appearance then Header, you should be able to remove any logo that was added.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossOctober 23, 2013 at 8:45 am #68426chris01
MemberHi RobG,
Obviously, I did not explain myself properly here - my mistake.
The client wants the logo to be removed only from the "HOME" page - that's all. The client wants the logo to remain on all the other website pages.
Sorry, the "Appearance then Header" option does not work in this case.
Thanks -
October 23, 2013 at 6:02 pm #68515dev
ParticipantIf you are using the WP custom header stuff, you don't get much (if any) control. What I would do is disable that in functions.php and use a #header {background-image: url('xxxxxxx');} and then figure out what the css tag is for the homepage and logo and do something like: .homepage .logo {display: none;}
Without seeing the CSS on the site it is impossible for me to be more precise.
October 24, 2013 at 5:42 am #68587Brad Dalton
ParticipantHere's the solution i worked out for you http://wpsites.net/web-design/hide-education-themes-header-image-logo-from-displaying-on-specific-pages/
October 24, 2013 at 2:32 pm #68686chris01
MemberHi Brad,
Thank you so much in taking the time to show "how to" in your blog post. Nothing like a visual - logo is removed and the page looks perfect!
Thanks again!
October 24, 2013 at 3:26 pm #68706Brad Dalton
ParticipantOctober 24, 2013 at 4:58 pm #68728RobG
MemberThanks so much Brad for the tips my friend
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossOctober 25, 2013 at 6:15 am #68811Brad Dalton
Participant -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.