Okay
  Public Ticket #2095159
search pop-up
Closed

Comments

  • Russellid started the conversation

    I need to change the background of the search page and change the word 'SEARCH...' to something else. Where do I change these details?

  •  675
    Neuron replied

    Hi,

    1) You can change easily the search background via the selector which can be added in Appearance > Customize > Additional CSS.

    .m-site-search .m-site-search__content {
        background-image: url('new_url');
        background-color: your_color !important
    }

    If you want to remove the background image and simply add background color, simply add 

    background-image: none !important

    2) The word Search... is fully translatable and can be translated easily via any plugin. So all you need to go is install and activate the following plugin.

    https://wordpress.org/plugins/say-what/

    After that, go to Settings > Text Changes and add the new strings, add the text domain of the theme, in this case 'amartha'.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Russellid replied

    Thanks for this.


    Also, how do I change the colour of the stroke surrounding the search box ?

  •  675
    Neuron replied

    Hi,

    You are welcome anytime, feel free to ask for anything you need.

    Simply add the following style:

    .m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form form {
        background-color: your_color !important;
    }

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.