Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1327689

    I have implemented the search bar, but now I need to make it look right.
    If you search on it, it starts displaying results but the background is transparent, and the bar itself is not aligned with the rest of the menu.

    Support coming from bottom of this post:

    Please help.
    Thanks!

    #1327726

    Hey David,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.ajax_search_response {
      background: #fff;
    }
    
    #header_main #searchform {
        margin-top: 42px;
    }

    Best regards,
    Rikard

    #1328142

    That worked, now I just need to get rid of the (green) bottom border when hovering over the menu.

    Thanks Rikard!

    • This reply was modified 3 years ago by mussio506.
    #1328157

    There is no cuatom class on that menu-item so you can do that :

    #menu-item-7484 .avia-menu-fx {
        display: none;
    }
    #1328158

    Awesome, thanks!

    #1328176

    Hi,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1328254

    Ok to close. Many thanks!

    #1328292

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1329095

    Hey!

    In response to this thread, @guenni007 created this thread. If you would like to reply to him, please do so here – https://kriesi.at/support/topic/mussio506-sadly-the-topic-is-closed/ :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Styling search bar on main page [avia_search]’ is closed to new replies.