-
Author
-
January 24, 2016 at 20:04 #100213
pcmanpa
ParticipantI’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 #100377Radu
ModeratorHi,
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 #100392pcmanpa
ParticipantThe 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 #100403Radu
ModeratorHi,
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 #100409pcmanpa
ParticipantI 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 #100558Radu
ModeratorHi,
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 #100563pcmanpa
ParticipantThank 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 #100586Radu
ModeratorYou’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 #100606pcmanpa
ParticipantI 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 #100610Radu
ModeratorCOPY 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 #100611pcmanpa
ParticipantThat did it. Odd the settings in the interface didn’t work. Thanks again for all your help.
January 26, 2016 at 18:45 #100625Radu
ModeratorOk,
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.