Okay
  Public Ticket #2595098
Search background
Closed

Comments

  • rrrlkv started the conversation

    Hi,

    Can you please tell me how can I customize search page? Change background and other. It will be very good if I can make 50% transparent white background.


    Thank you in advance.

  •  869
    Neuron replied

    Hi,

    We found your login information in another ticket and added you the following code at Appearance > Customize > Additional CSS, it will remove the background-image and change the opacity of the search bar.

    .m-site-search__content {
     background-image: none !important;
     opacity: .7 !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards