• Hey, I really love your search!
    Can you tell me, how to style/change the result box?
    I want to change the width and the color.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hexxcode

    (@hexxcode)

    And how to style/change the Magnifier Icon? (I want to change the position of it)

    • This reply was modified 5 years, 10 months ago by hexxcode.
    Thread Starter hexxcode

    (@hexxcode)

    aaaaand last question:
    If you select curvy style, the background is not round/curvy….any chance to change that?

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Thanks for your kind words!

    Well, this all depends on the exact implementation, but for the magnifier icon, you can use this custom CSS selector:

    .asl_m .promagnifier {
    margin-top: 0px !important;
    margin-left: 0px !important;
    }

    Change the margin values as you need them.

    I need more specifics about the two other requests though, on which colors do you need to change on the results (background, text etc..), and what exactly do you mean by ‘background is not round/curvy’. Thank you!

    The width of the results box you can change by:

    .asl_r {
       width: 480px !important;
    } 

    Best,
    Ernest M.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling Result Box’ is closed to new replies.