Is there anyway to put a solid background to the the real time results of the search box? Mine gets a transparent background and you cannot see the items very well: url: http://www.illux.com.mx and try the seaarch box (busqueda) and put for example ti- and wait for the realtime results, it will show over a transparent background.
Regards
Hey screege,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #searchform .ajax_search_response {
background: #999!important;
}
Best regards,
Vinay
Hi it is only working with edge, firefox and chrome show the same transparent background.
Hey!
It shows up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit
I added a space after #999 !important and that resolved it, now when displaying the quicksearch menu it always stays, for example if I click just in some area the quick search results still remain displayed onstead of disapering.
Regards
Hi,
That is because of your customization. You can see default behaviour here on demo site – http://kriesi.at/themes/enfold/
Best regards,
Yigit