Cannot change search icon - by larsjanssen64@gmail.com

This topic has 3 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler

  • Avatar: larsjanssen64@gmail.com
    larsjanssen64@gmail.com
    Participant
    June 30, 2016 at 09:19

    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

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 30, 2016 at 09:37

    Hello,

    Are you talking about the icon in the header http://prntscr.com/bmy3se ?

    Best regards,
    Jack Richardson.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 09:48

    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.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.