Add label search icon

Posted in: Newspaper
Post count: 3

Hello,
is that possible to add a label “Search” next to the magnifying glass search icon? I find that users do not see the search icon and I’d like to make it much more visible. My website is http://yogisatlas.com/.
Thanks

Post count: 7909

Hi,

You can try to add a span in the search link like this: http://screencast.com/t/wpBuuj1SSDR
And add this custom css in Theme Panel > Custom Css: http://screencast.com/t/fQXi9JWUVq

#td-top-search{
width: auto;
}
.text{
float: left;
display: inline-block;
}
.td-sp-ico-search{
float: right;
display: inline-block;
}
.header-search-wrap #search-button{
width: auto!important;
}

If you don’t have basic experience php/css/html you can hire a professional to do it for you.

Thanks!

Post count: 3

perfect, thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.