Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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,
    Sadegh

    #748601

    Hey 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,
    Vinay

    #748630

    Hi 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,
    Sadegh

    #750518

    Hi,

    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,
    Yigit

    #751269

    Hi 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,
    Sadegh

    #751406

    Hi,

    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,
    Yigit

    #751564

    Hi 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)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘search bar issue’ is closed to new replies.