Image (of magnifier) in the Search Button

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Jan 31, 2014 12:08 am
Dear Team:

I set a search button, and set up to show the image (of a magnifier I guess) but in the front page not showing the image, just the "generic" image for a missed image (please see at http://sectorindustrial.com/gv25/)

How I can solve???? Regards... mauricio
User avatar
Junior Boarder

GK User
Sat Feb 01, 2014 10:05 am
Hello,

Could you send me a screenshot of your search module settings?
User avatar
Administrator

GK User
Sat Feb 01, 2014 12:47 pm
Dear DZIUDEK

En close is the configuration...

I hope it hepls...

Thanks for your answer...
User avatar
Junior Boarder

GK User
Sat Feb 01, 2014 2:37 pm
You have to create image searchButton.gif and place it in the templates/gk_league_news/images directory.
User avatar
Administrator

GK User
Tue Feb 11, 2014 11:18 pm
Dear DZIUDEK: I wil deal with the image, I can manage it...

Buy I need your help with other issue thath I can´t manage....

If you see the site http://sectorindustrial.com/gv25/ the SEARCH buttton is not the same size of the Field to enter the text...

Using FIREBUG, Im not able to find the rigth CSS were to modify the height in pixels of the search box...

Clould you help me....

Best Regards... mauricio
User avatar
Junior Boarder

GK User
Wed Feb 12, 2014 11:15 am
Please try to apply following CSS code at the end of css/template.css file:

Code: Select all
.search input[type="submit"] {
width: 42px;
padding: 0;
height: 38px;
}
User avatar
Administrator

GK User
Thu Feb 13, 2014 12:06 am
Almost there!!!!! I like to reduce the size of the imput text box, not the search button.... Regards!!! Mauricio
User avatar
Junior Boarder

GK User
Thu Feb 13, 2014 8:29 pm
Please add this code in any CSS file:

Code: Select all
#mod-search-searchword {
width: 150px!important;
}
User avatar
Administrator


cron