Search box color/transparency

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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9799

    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

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

    .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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #9801

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

    #9802
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Search box color/transparency’ is closed to new replies.