-
AuthorPosts
-
September 26, 2015 at 9:14 am #599444
This is the site we’re developing http://versame.hellocompass.org/
Client is requesting that the hero image be full bleed to top, so it would go under the nav bar.
Is this possible, and how would we do it?
Thanks!
September 26, 2015 at 9:45 am #599464Hey There,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
October 1, 2015 at 7:46 pm #607349Ok, no problem, here is a screenshot of what we are looking for
October 1, 2015 at 7:48 pm #607350Here it is
October 1, 2015 at 11:19 pm #607511Hi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-navbar-inner, .x-navbar, .x-navbar-wrap, header.masthead.masthead-inline, div#top { background-color: transparent; } .x-slider-container.below { margin-top: -71px; } .x-navbar { border-bottom: none; box-shadow: none; }
Note: You will need to change the logo to have a transparent background.
Hope this helps – thanks!
October 2, 2015 at 9:30 pm #608904There’s a reason you guys are among the top guys!
Thanks!!
October 3, 2015 at 1:19 am #609023You’re welcome.
March 10, 2016 at 9:40 am #832184I would also like this, but when I put the code in it stays the same. Are there other settings I need to change? http://www.ortonvillechurch.com
March 10, 2016 at 9:41 am #832188I just tried integrity and it worked. Does it not work with renew?
March 10, 2016 at 10:02 am #832202Also, it doesn’t seem to work unless the header is fixed, is there a way to make it work when it is static?
March 10, 2016 at 4:20 pm #832682Hi there,
Is it just the white space above the slider that you want to get rid of? If so, kindly add this CSS in the customizer:
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; }
Hope this helps/
-
AuthorPosts