-
AuthorPosts
-
February 14, 2017 at 9:51 am #746779
Hi Kriesi Team,
There is a problem with the Search Bar of the website: +
1- When you search for a word, the dropped down bar messing up the header of the website:
> Any way it would be fixed? (something like we have this dropped down bar over the whole texts and images)
> We also want to remove the “date” and “icon” from the search results in dropped down bar.
–
2- When the word is erased from the search bar, the dropped down bar is still being opened and is not closed. Any way it could be fixed too?Thanks,
SadeghFebruary 17, 2017 at 7:33 pm #748601Hey Sadegh,
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 { position: absolute; background: #999; right: 25px; }
Best regards,
VinayFebruary 17, 2017 at 8:20 pm #748630Hi Vinay,
1- Thanks for the code, it works great. But still when the searched word is erased from the search bar, the dropped down bar remains there and not closed.
2- The “icon” and “date” is still there. Any way they will not show?
Kind regards,
SadeghFebruary 22, 2017 at 3:09 pm #750518Hi,
Sorry for the late reply!
1- That is expected
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:.header_color .ajax_search_image, .ajax_search_excerpt { display: none; }
Best regards,
YigitFebruary 24, 2017 at 6:46 am #751269Hi dear Yigit,
Thanks a lot for the code.1- So, there is no way to solve the issue?
2- It works perfectly now. Just when I hover the mouse over the results, the background color turns into the text color and then the result won’t be readable. So, how may I change the background color when I hover the mouse over the result?Regards,
SadeghFebruary 24, 2017 at 2:44 pm #751406Hi,
1- That would be possible but would require some customization to theme files. Please feel free to request – or vote if already requested – such feature on Enfold feature request form or hire a freelance developer.
2- Please add following code to Quick CSS as well#top .header_color .ajax_search_entry:hover { background-color: orange; }
Best regards,
YigitFebruary 24, 2017 at 8:15 pm #751564Hi dear Yigit,
Thanks a lot for the code :)
I will also fill out a form for the search bar issue.Cheers,
Sadegh
(you may now close the thread please) -
AuthorPosts
- The topic ‘search bar issue’ is closed to new replies.