Home › Forums › Support › Widget Support › Real Search › Add color or transparencies to Search box
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
Anonymous
June 2, 2017 at 10:17 amPost count: 14#20144 |Is there any way to change the color of the search box?
Can it be transparent too?
Thanks in advance.#20145 |Go to Page properties -> Metadata and paste this in HTML for
To add transparency add this:
<style> .inputsearch { background: transparent!important; } </style>
To add color paste this:
<style> .inputsearch { background: #CECECE!important; } </style>
- This reply was modified 5 years, 11 months ago by
responsive-muse.
- This reply was modified 5 years, 11 months ago by
responsive-muse.
#20219 |You could also target search button with something like this:
<style> #idFormBox .btn { /*your styles here*/ } </style>
- This reply was modified 5 years, 11 months ago by
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.