How can I make ajax search box round corner like the demo Electronic store?
-
How can I make ajax search box round corner like the demo Electronic store?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this CSS to Theme Settings > Custom CSS
.color-light .widgetarea-head .searchform input[type=text]{
border-radius:30px;
}
If the code does not work please provide your admin access.
Best Regards
Sorry , already added but it’s not working . please see attached image.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access.
Best Regards
Hello,
Please replace the previous CSS with this one:
.header-color-light .widgetarea-head .searchform input[type=text]{
border-radius:30px;
}
Best Regards
You are always welcome! If you have any questions feel free to contact us.
Best Regards
The topic ‘How can I make ajax search box round corner like the demo Electronic store?’ is closed to new replies.