This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Search box color/transparency

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search box color/transparency

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9799
    Francesco AmbrosiniFrancesco Ambrosini
    Participant

    Hi.
    on http://tacticalpedia.com how can I show the ajax search box (‘OR TYPE HERE TO START SEARCHING SOMETHING…’) with the same color/transparency as the other dropdown box? I modified theme option but something goes wrong…
    Thanks,
    Francesco

    #9800
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It appears that the style is overwritten. Try using these custom CSS rules:

    [html].asp_main_container {
    background: transparent !important;
    box-shadow: none !important;
    }

    .probox {
    background: rgba(26, 27, 28, 0.5) !important;
    }

    .promagnifier {
    border: 0 !important;
    box-shadow: none !important;
    }[/html]

    #9801
    Francesco AmbrosiniFrancesco Ambrosini
    Participant

    It works perfectly, thanks!
    Haave a nice day,
    Francesco

    #9802
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search box color/transparency’ is closed to new replies.