Custom Search Text/Image & Cart Icon

This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: kw13
    kw13
    Participant
    June 12, 2018 at 00:47

    Hi,

    I’ve looked through the theme options and can’t seem to find options for these two changes I’d like to make, can you please tell me if I’m missing them?

    1. I have the search set as a pop-up box but I want to change the text so it doesn’t say “Search Engine, Use this form…” Is there an easy way to change this? Also is there an option to use a custom background image within the search pop-up the same way I can with the promo pop-up?

    2. Is there a way to change the default shopping bag icon? If it’s not in the options can you tell me where in the code I’d need to replace this image? I’d also like to change the color of the background behind the number of shopping cart items that appears directly next to the shopping bag.

    Thanks!

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: kw13
    kw13
    Participant
    June 12, 2018 at 01:03

    Hi,

    I found the fix for #2 (custom icon) but can’t find where to edit the search pop-up box text and background.

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 12, 2018 at 07:30

    Hello,

    1. These strings can be changed via translation files, for example, https://prnt.sc/jtx20m > http://prntscr.com/jtx3d6
    https://xstore.helpscoutdocs.com/article/30-base-theme-translation (this article for xstore theme, but for royal it works in same way)
    There is no option for the background, but you may use custom css code (Theme Options > Custom css):

    .modal-dialog.text-center {
        background-image: url(https://8theme.b-cdn.net/wp-content/uploads/2015/05/NewsletterImg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    2. I am glad that you sorted out.

    Regards

  • 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.