Hello!
I recently wrote on how to change the background for the heading/breadcrumbs on all posts.
And I got a code that works great!
However, if I search for a blogpost and I get the results there is no background image, just white
http://snag.gy/HVKwO.jpg
This is the code I got for the bg image for all posts
.single-post .page-heading{
background-image: url(http://www.ringsofsweden.com/wp-content/uploads/2015/01/rings-of-sweden-blogg1.jpg);
}
What code can I use to add the background to all search result pages as well?
Thanks