How Do I Make My Search Bar Icon Round

Hi guys,

I would like to my my search bar icon round instead of square. Is there a way to do this?

Please see attached

Good day,

No files were attached to the message

If possible, please share URL of your store

If I recall, it can be done via the theme editor.

please see attached


where in the theme editor?

icon.jpg

[attachment=15391:Screenshot 2022-03-12 at 12-30-40 Shopping Cart Software & Ecommerce Software Solutions by CS-Cart.png]

Screenshot 2022-03-12 at 12-30-40 Shopping Cart Software & Ecommerce Software Solutions by CS-Cart.png

From the theme editor, how do I change it?

Try to add to the CSS section of the Theme editor

.ty-search-magnifier {
    border-radius: 20px;
}

(!) Not tested

From the theme editor, how do I change it?

Turn on Rounded corners.

Try to add to the CSS section of the Theme editor

.ty-search-magnifier {
    border-radius: 20px;
}

(!) Not tested

It worked. Thanks for your help!

You are welcome!