Home Forums Support Widget Support Real Search Add color or transparencies to Search box

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20144
    Anonymous
    Inactive

    Is there any way to change the color of the search box?
    Can it be transparent too?
    Thanks in advance.

    #20145
    responsive-muse
    Keymaster

    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>

    #20219
    responsive-muse
    Keymaster

    You could also target search button with something like this:

    <style>
    #idFormBox .btn {
       /*your styles here*/
    }
    </style>
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Scroll to Top