Need a transparent background behind magnifier… Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Need a transparent background behind magnifier… This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by Ernest Marcinko. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 24, 2020 at 5:38 pm #29075 mtmadmin35Participant Hi guys. LOVE you plugin. But I cannot seem to style it the way I want to. Using the compact search… I want the magnifier to have a completely transparent background… THEN when it expands on click, the full area will have the white background. Can you help with some code? Thank you! Brian [email protected] August 25, 2020 at 9:26 am #29085 Ernest MarcinkoKeymaster Hi Brian, Thank you for your kind words! Well, your best bet is probably using some custom CSS, like so: .asp_m.asp_compact, .asp_m.asp_compact * { background: transparent !important; box-shadow: none !important; border: none !important; } div.asp_m.asp_compact[asp-compact=open] { background: white !important; } This forces a transparent backgroun on every element on the box when closed, and then a white when open. August 25, 2020 at 6:34 pm #29104 mtmadmin35Participant Thanks Ernest. That did it! Appreciated… August 26, 2020 at 9:36 am #29118 Ernest MarcinkoKeymaster You cannot access this content. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In