This topic has 3 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Rose Tyler
Hello,
I would like to change the search icon (see private section for link). When I remove the image
at https://nlgoodwaybe-goth.savviihq.com/wp-content/themes/royal/images/empty-search.png it’s not going away? I already cleared the image cache. Am I doing something wrong?
Thanks
Hello,
Are you talking about the icon in the header http://prntscr.com/bmy3se ?
Best regards,
Jack Richardson.
Hello,
You can delete the image by adding this code in Theme Options > Custom CSS > Global Custom CSS:
.empty-category-block h2:before{
display: none;
}
.main-products-loop .empty-category-block h2{
margin-top: 30px;
}
Or
.empty-category-block h2:before{
background-image: url(images/empty-search.png); // provide the path to other pictures
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up