Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #389861

    What is the best way to keep the search box appear inline of the bar and getting it expand when visitor searching ?

    #390138

    Hey Zarrougt!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder

    Best regards,
    Yigit

    #390545

    The search box comes as a pop up from the design . However what is required is to keep the search box in the navigation bar.
    What code and which file should be modified to enable this?
    https://dl.dropboxusercontent.com/u/10264093/Screen%20Shot%202015-02-04%20at%2012.03.37%20AM.png

    #390587

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_bottom_nav_header .avia-search-tooltip { 
    height: 40px; 
    top: 0 !important;
    }
    .avia-search-tooltip #searchform>div {
    margin: 0;
    }
    .avia-search-tooltip .avia-arrow-wrap {
    display: none; 
    }

    Best regards,
    Yigit

    #390826

    Thanks it is very close to what i want . it is still shows like a separate element . Is this the best we can do ?

    #391178

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia-search-tooltip.avia-tt {
        box-shadow: none;
        -webkit-animation: none;
        margin-right: 120px;
        left: -180px !important;
        border: 0 !important;
    
    }
    
    #top #s {
        background: white ;
        border: 0;
        padding: 11px 5px 8px 5px;
        position: relative;
        border: 0 ;
    }
    
    #top #searchsubmit {
        display: none !important;
    }

    Cheers! 
    Josue

    #394093

    Thanks a lot Josue , it is perfect now :)
    You are the best .

    #394193

    You are welcome, glad to help :)

    Regards,
    Josue

    #394843

    Hi
    I found an issue on when i try to search on the box the results comes on the same and mixed with the background of the website . You can go there and try yourself by typing any word from the site .
    Can we prevent this instant result or fix its background when it shows any result while we search in that box ?

    #394886

    Hi!

    Add this:

    .ajax_search_response {
        background: white;
        box-shadow: 0 0 8px rgba(0,0 ,0,0.4);
        top: 6px;
    }

    Cheers!
    Josue

    #396276

    How do I alter the bg and font colors of the search box?

    #396292

    Hi @samcking!

    Use this code:

    #top #s {
        background: white;
        color: red;
    }

    Best regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.