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

Background transparent on search bar not works

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Background transparent on search bar not works

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #32514
    jordi82jordi82
    Participant

    Hi!

    I’m trying to set my search bar and magnifier icon transparent but not works. Is there a way to make it? I searched on all plugin interface but I can’t find anything 🙁

    Also I’m applying background-color: transparent to all divs and there is no way…

    Regards!

    #32523
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Try this custom CSS:

    .asp_m, .asp_m div {
        background: transparent !important;
        background-image: none !important;
    }

    This should force everything on the search input box to transparent.

    #32567
    jordi82jordi82
    Participant

    Hi Ernest!

    This code remove mi search icon 🙁

    #32568
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Make sure the search icon color is not set the same as the background color: https://i.imgur.com/38J0kzK.png

    #32570
    jordi82jordi82
    Participant

    You cannot access this content.

    #32571
    Ernest MarcinkoErnest Marcinko
    Keymaster

    It is probably that. Try this variaton:

    asp_m, .asp_m div:not(.innericon) {
        background: transparent !important;
        background-image: none !important;
    }
    #32575
    jordi82jordi82
    Participant

    Hi Ernest!

    Many thanks now works 🙂

    Have a nice day, regards!

    #32576
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #32577
    jordi82jordi82
    Participant

    Sure! 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Background transparent on search bar not works’ is closed to new replies.