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
  • Anonymous
    Post count: 14
    #20144 |

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

    responsive-muse
    Keymaster
    Post count: 287
    #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>

    responsive-muse
    Keymaster
    Post count: 287
    #20219 |

    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.