This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Import search from ajax lite failed

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Import search from ajax lite failed Reply To: Import search from ajax lite failed

#44391
Ernest MarcinkoErnest Marcinko
Keymaster

Nevermind, I found some of the customizations, using this custom CSS should get you almost exactly the same layout:

div.asp_m.asp_w {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important
}

.rtl .asp_m input.orig {
    direction: rtl;
    text-align: right
}

div.asp_m .probox .proclose svg {
    background: #fff2f2 !important;
    fill: rgba(210, 17, 94, 1) !important;
}

div.asp_m .probox .promagnifier {
    order: 1 !important;
}

div.asp_w .probox .proinput input::-webkit-input-placeholder {
    font-weight: normal;
    font-family: Open Sans;
    color: rgba(0,0,0,.6) !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
}

.asp_m .probox {
    padding: 8px !important;
    margin: 0 !important;
}

div.asp_r.vertical {
    padding: 4px !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 0 solid #b5b5b5 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 3px -1px rgba(0,0,0,.3) !important;
}

div.asp_r.asp_w.vertical .results .item::after {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    content: '' !important;
    height: 1px !important;
    width: 100% !important;
    background: #D8D8D8 !important;
}