How to Remove/Alter Header/Footer Image?
-
Hello,
I was wondering if there is any way to change the image of the blue diamonds that appears near the header and in the footer. With the header, is there a way to outright remove the image because it causes an awkward area between the header and my content.
The webpage is TKNN.info/morning
Thanks,
Tfkalk
-
Hello Tfkalk,
A re you looking to remove the image only or the entire section of the header? By design the header section was included to give that separation between the top and secondary navigation bars.
Let me know and I’ll look in to better was to disable when not required.
Regards,
ZulfHello Zulf,
I was looking to only remove the blue diamond image. I am currently using the secondary menu, and I am using the header.
Thanks,
TfkalkTo remove the pattern:
.jumbotron:after { background: url(); } .footer-jumbotron:after { background: url(); }To change the color:
.jumbotron { background: #0088cc; } .footer-jumbotron { background: #0088cc; }To remove header portion:
.jumbotron { display:none; }}
I recommend installing the Simple Custom CSS for minor CSS changes.
http://wordpress.org/plugins/simple-custom-css/Then apply the CSS properties as indicated by batharoy and you should be good.
@batharoy – thanks dude 🙂
@tfkalk – looks like the issue is now resolved so marking the thread as such.
But feel free to open a new thread if you still need further assistance.
How do you move Tags and Categories to below Post test?
@mdoes – please start a new thread as your query is unrelated and this thread is already closed.
Plus as you may have noticed your query went unanswered for a few days as its not always possible to keep track of old closed threads than it is to pick up on new ones.
Regards,
Zulf@batharoy when Include the scripts header.php it returns error. where exactly do I place those codes? I really need to remove the space between the menu and slider plus also the extra green below the menu. my URL is http://www.kizito.iecd-uganda.org/
many thanks
The topic ‘How to Remove/Alter Header/Footer Image?’ is closed to new replies.
