Modal search gradient color background PRO

How could be possible to use a gradient background into the modal search of PRO Version ? i attach the url and a screenshot . I wish to change the blue color to a combination of green and blue color , how could be achieved ? thanks

Hi There,

Thanks for writing in!

That only can possible through custom CSS.

Please refer to this CSS which can be written in Theme Option -> CSS

.e1536-4.x-modal .x-modal-bg {
background-image: linear-gradient(to left, #051937, #004d7a, #008793, #00bf72, #a8eb12) !important;
}

You can generate your background gradient CSS here.
https://mycolor.space/gradient

Hope this helps!

wow a perfect help and a perfect website , do you have more so magical designers tools (like this website) , wow !!! No words !!! :wink:

Hi @Borislav.VD,

There are many other online tools that you could search, as for me, I use http://css3generator.com/

And you’re most welcome!

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.