-
Author
-
January 24, 2016 at 20:04 #100213pcmanpaParticipant
I’d like to have my site name and logo configured but I don’t want it to show up in the header when I do. I can’t find a way to turn it off without removing them entirely. Thank you
January 25, 2016 at 18:02 #100377RaduModeratorHi,
You can hide your logo by css
COPY CODE.navbar-header {display: none !important;}
banner can be hidden with this css
COPY CODE.header-banner {display: none !important;}
The css codes will be added in wp-admin -> themes -> general settings -> Quick css
If you hide both elements on your header will be only menu, you can hide only logo by using only first rule.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 18:56 #100392pcmanpaParticipantThe other item I need hidden is the site name. I want the banner but the name comes up over it. Thank you
January 25, 2016 at 19:55 #100403RaduModeratorHi,
I cannot see the title name, can you please provide a print screen that pointing ou the title ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 20:01 #100409pcmanpaParticipantI removed the logo from settings and now site name comes up. You should be able to see this now. I want to be able to have logo and site name set but not have them display in the header. Thank you
January 26, 2016 at 16:03 #100558RaduModeratorHi,
COPY CODEstrong.logo { display: none !important; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2016 at 16:17 #100563pcmanpaParticipantThank you. That helps a lot. I have one last question. I have a banner set and for some reason even aligned left or center it won’t center on the page. Do you know what could cause this? I very much appreciate your help.
January 26, 2016 at 17:24 #100586RaduModeratorYou’re welcome
Please upload the image resized to 1200 px now the image has only 900px which is not enough to be full width like theme
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2016 at 17:57 #100606pcmanpaParticipantI am looking for the 900PX to be centered. I don’t want it to go all the way across. I have options to change the alignment but they don’t actually affect it. Thank you
January 26, 2016 at 18:06 #100610RaduModeratorCOPY CODE.header-banner { margin: 0 auto !important; text-align: center !important; width: 100%; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2016 at 18:08 #100611pcmanpaParticipantThat did it. Odd the settings in the interface didn’t work. Thanks again for all your help.
January 26, 2016 at 18:45 #100625RaduModeratorOk,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.