Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #548909

    Hi

    I’m working on a new site and using Enfold
    I’ve setup a google custom search engine put when I place the code in enfold the styling in not looking good

    I’ve tried putting the code in a text box and also in a widget but it does not look right.

    Hope you can help (see private content for details)

    #548912

    forgot to mention that search term to use to check custom search engine is letterkenny

    #550444

    Hey!

    Try adding this to Quick CSS:

    #top #wrap_all  #gsc-i-id1{
        height: 25px !important;
    }
    
    #top #wrap_all input.gsc-search-button {
        height: 32px !important;
        background: url('http://www.google.com/uds/css/v2/search_box_icon.png') #4D90FE no-repeat 50% !important;
    }
    .gsc-input-box td{
        padding: 0;
        border: 0 !important;
    } 

    Cheers!
    Josue

    #550565

    Thanks Josue

    Looking much better
    How do I remove outer white box?
    highlighted in yellow in screenshot
    see screenshot

    #550751

    Hi!

    Just loaded your web site and I can see you have gotten it removed?
    Everything is solved now?

    Regards,
    Basilis

    #550759

    Hi Basilis

    I still need to know how to remove white area around search box
    please see screenshot in previous message

    #550878

    Hi,

    Please try the following as well:

    .gsc-control-cse {
        background-color: transparent !important;
        border: 0px solid white !important;
    }
    

    Cheers!
    Rikard

    #550944

    Hi Rikard

    Yes that bit of css removed white box around search bar
    but
    it has a knock on effect on results display

    Use letterkenny as search term to see result
    I’ll leave css in place until you’ve checked

    #550981

    If I put google custom search on a white background – it looks better

    #551598

    Hey!

    The following code should ensure a white background for the results:

    .gsc-results-wrapper-nooverlay {
    	background: white !important;
    }

    Regards,
    Josue

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