Thread Starter
ucelme
(@ucelme)
Hello. I managed to do that, but now I need to add icon as button in search field instead button search.
I hope you are well today and thank you for your question.
You can add icon as button in search field instead of button search by using the custom CSS solution shared in the below topics.
https://ww.wp.xz.cn/support/topic/mgnifying-glass-icon-not-showing/#post-9914116
https://ww.wp.xz.cn/support/topic/icon-as-button-in-search-field/#post-10497883
Best regards,
Thread Starter
ucelme
(@ucelme)
I tried to add custom css:
li.astm-search-menu #searchsubmit {
background: url(‘https://www.rrtrainers.com/wp-content/uploads/magnifying-glass-white.png’) no-repeat #000 center;
background-size: 81%;
font-size: 0;
padding: 9px 12px;
float: right;
margin-top: 3px;
}
but anyway I see default search button.
Thread Starter
ucelme
(@ucelme)
I managed to get it showing, but now search icon shows below search form. How can I manage to show it on the same line as searh form?
Could you please share me your site URL where it’s displaying so that I can help you?