简体   繁体   中英

i want to change the element image with text in html/stylesheet

am using this code to make hidden dropdown list but instead of that magnifier icon at topright corner, i want to replace it with text "search" or somethinf else, how can i do that? i am a newbie, please excuse me.

link of files https://drive.google.com/folderview?id=0B7cm2DCx8TxvflJKUy1KNU5fbmo1eDJCVU1mQW1FdEtVOE9FbDEzZlM4LVNXSkhVOUlfSUk&usp=sharing

Now you'r loading an icon so change this:

<li><a href="#" id="searchtoggl"><i class="fa fa-search fa-lg"></i></a></li>

To this:

<li><a href="#" id="searchtoggl">Search</a></li>

https://jsfiddle.net/razitazi/3r18zngb/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM