And how to style/change the Magnifier Icon? (I want to change the position of it)
-
This reply was modified 7 years, 4 months ago by
hexxcode.
aaaaand last question:
If you select curvy style, the background is not round/curvy….any chance to change that?
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.