How can I remove the word "search" next to my search box? - Joomla! Forum - community, help and support
please help! using mod_search module within template. have code in css file:
/* search */
#ja-search {
padding-left: 10px;
background: url(../images/btn_search.gif) no-repeat center right;
bottom: 15px;
right: 0;
}
#ja-search .inputbox {
width: 170px;
border: 1px solid #bdbdbd;
padding: 3px 5px;
color: #999999;
background: #ffffff;
font-size: 92%;
}
and code want search module load:
<div id="ja-search"><jdoc:include type="modules" name="user4" /></div>
the search box showing, along custom search button word "search" still appearing on button. how can go away , allow custom button work properly?
thanks in advance!
/* search */
#ja-search {
padding-left: 10px;
background: url(../images/btn_search.gif) no-repeat center right;
bottom: 15px;
right: 0;
}
#ja-search .inputbox {
width: 170px;
border: 1px solid #bdbdbd;
padding: 3px 5px;
color: #999999;
background: #ffffff;
font-size: 92%;
}
and code want search module load:
<div id="ja-search"><jdoc:include type="modules" name="user4" /></div>
the search box showing, along custom search button word "search" still appearing on button. how can go away , allow custom button work properly?
thanks in advance!
go language file , find string search box and set null
Comments
Post a Comment