Goran Theme; Grey shading on featured image.
-
Hi I have two blogs I need some assistance with.
The first one. hkvfoundation.wordpress.com, there is some grey shading on the image on the main page, is it possible to remove it?
And with the second blog if i use the following link:
http://blog.lucbauer.com/category/blog/
There is a large bit of white space at the top of the page before the blog post, is it possible to minimize this?
Many thanks,
(learning css as I go, but still have so much more to learn)The blog I need help with is: (visible only to logged in users)
-
This should change the header background to remove the grey box:
.hero-image .site-header { background:transparent; }Here are a couple of things you can do to tighten up the spacing on your other blog, the first line is what you asked for, the next two might be useful too, try them out:
#main { padding-top:5px; } .page-header { margin-bottom:5px; } .hentry + .hentry, .page-header + .hentry { padding-top:5px; margin-top:5px; } -
- The topic ‘Goran Theme; Grey shading on featured image.’ is closed to new replies.