Blog Header & Slider
thanks always for the help with css, always apprecaited.
Trying to remove the big black top area. See below.
[Links visible only for registered users]
I am using this, but doesnt seem to work
.postid-322 #Header_Wrapper{ background: rgba(255, 255, 255, 0) !important; }
Also i am trying to do a blog post with the slide show which shows up ok in the post just not in the blog reading section? See how you have it here
http://themes.muffingroup.com/betheme/blog/
I would like mine to be here?
[Links visible only for registered users] for the same link.
[Links visible only for registered users]
thanks
Comments
this black bar in the top is header's background. You can decrease it's height with below css:
body:not(.template-slider) #Header { min-height: 90px !important; }In accordance to 2nd question, you must decide if you want to use header backgrounds or not. Above you wrote that you want to remove it but then you wrote that you want to set header background.Thanks!
Is there a way for all pages to have the header transparent like the home page?
[Links visible only for registered users]
example above
Thanks