i need your help,guys. i dunno how to talk.. just check my sites..and see on search box. when i click on the search box,, the color has change. but when i hover out from the search box. the color directly change even i don't type a word. check this: and compare with this one ( on the search box) please help me..
Hi huseinbandi, If you wanted to remove the hover background change color: Open your normal.css then search: #top-menu .search form:hover, #top-menu .search form:focus{ background-color: rgba(255,255,255,0.7); } Comment it out or Delete.
You have to comment it out or delete: This is from your normal.css file. Assuming that you wanted to get the same effect of http://www.cisco.com/en/US/hmpgs/index.html #top-menu .search form:hover, #top-menu .search form:focus{ background-color: rgba(255,255,255,0.7); } to comment it out you need to place /* #top-menu .search form:hover, .... */ or simply cut it and paste it on a notepad if you want to restore it again.