This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
I was wondering if you could help me with the following. When using the search function the background of the title bar/breadcrumbs is using a photo. I have tried to set another image using background breadcrumbs in theme options. Without result unfortunately.
Please see screenshot:https://snag.gy/QhgD4F.jpg
Any idea how to set this to a custom image?
Thx for your prompt reply.
Regards,
Johan
Hello,
Please add this code in Theme Options > Styling > Custom css:
.search-results .page-heading {
background-image: none;
}
or
.search-results .page-heading {
background-image: url(http://......nl/wp-content/uploads/2017/12/resultaat-background.png);
}
Regards
Hi,
Thx again!
Regards,
Johan
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up