Home › Forums › WordPress Themes – Premium › Circumference › How to hide the header completely?
Tagged: banner, header, http error 503
- This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago by
Sushil Adhikari.
-
AuthorPosts
-
March 13, 2017 at 3:39 pm #42925
Karin van den Bosch
ParticipantHow can I hide the header completely? I can choose ‘no image set’ in ‘Header’, but then I still see a full wide banner in a color (yellow in this case).
How can I disable the header banners completely, if I don’t want to have them on my page?Attachments:
You must be logged in to view attached files.March 14, 2017 at 5:26 am #42941Sushil Adhikari
ModeratorHi Karin,
Could you please provide us your site URL, So we can provide you appropriate solution. We assumed that you are willing to remove yellow color at very bottom. If so please add this css on Additional section of customizer:
#cir-breadcrumbs-wrapper { display: none; }
We look forward for your response.
Thanks
March 14, 2017 at 12:11 pm #42945Karin van den Bosch
ParticipantHello Sushil,
Thank you for looking into it. My site url is: http://www.karinvandenbosch.nl
This site is still under construction. I try, with the circumference theme, to make it look good, but that’s still some work 🙂March 14, 2017 at 12:28 pm #42946Karin van den Bosch
ParticipantHello Sushil,
I have added your code to the customizer, but since then I can not reach my site anymore.
I now get an HTTP error 503 (service unavailable).
On internet I can find that this might be caused by a plugin or a theme at my WordPress website. I have only made a change in my theme (added the code you suggested), nothing else. And now I get this error message.March 14, 2017 at 12:53 pm #42947Karin van den Bosch
Participantupdate: I just got a message from my webhosting provider, that the http error was caused by them.
March 14, 2017 at 12:59 pm #42948Karin van den Bosch
Participantupdate: I have added your code to the custom css.
The attached images show you the ‘before’ and ‘after’ situation. As you can see, the grey line has disappeard.
But the yellow line is still there.
What code is needed if I want that one gone too?Attachments:
You must be logged in to view attached files.March 15, 2017 at 5:14 am #42972Sushil Adhikari
ModeratorHi Karin van den Bosch,
That portion is for placing banner image , if any time you wish to keep slider on that area or banner images than that will comes on handy. So in this case we recommend you two different way of solving this issue:
If you just want to change the background color then please add this css:
#cir-banner { background-color: #ffffff !important; }
If you want to completely remove that section then use this following css:
#cir-banner { min-height: 0; }
Let us know how it goes.
Thanks
March 23, 2017 at 1:43 pm #43224Karin van den Bosch
ParticipantHello Sushil (again),
Thank you (again).
I have yet another question.
At ‘Site identity –> Logo style’ I can choose from 4 options:
-Default logo
-Your logo
-Logo with title and tagline
-Text titleI miss the option
-your logo with (only) taglineMarch 29, 2017 at 4:00 am #43414Sushil Adhikari
ModeratorHi Bosch, sorry for the inconvenience..We will keep this on backlogs and will update the theme with this feature on next update.
Thanks -
AuthorPosts
- You must be logged in to reply to this topic.