Rockwall Search Button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 11, 2014 1:03 pm
Reply with quote
Report this post
Hi

Can someone tell me how I can fix my search button in the Rockwall template. I'm not sure what I had changed by the magnifying glass icon has changed to fl and I have a number zero on the outside of the box.

Any help would be great. The website is http://www.jnipromotions.com.au

Thanks
User avatar
Fresh Boarder

GK User
Fri Apr 11, 2014 3:48 pm
Reply with quote
Report this post
Hi,
about Zero problem check this guide: http://www.gavick.com/documentation/gen ... rch-field/
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 2:44 am
Reply with quote
Report this post
Thanks, I got rid of the Zero does anyone know how I can change the fl back to the magnifying button?
User avatar
Fresh Boarder

GK User
Sat Apr 12, 2014 12:11 pm
Reply with quote
Report this post
This magnifying icon is from

Code: Select all
#gkSearch::before {   
   color: #29a3e0;
   content: '\f002';
   font-family: FontAwesome;
   font-size: 18px;
   position: absolute;
   right: 18px;
   top: 34px;
   z-index: 1;
}

template.css (line 261)

check if fontAwesome css is loaded.
or you can change this font-icon to your image just replace

Code: Select all
content: url(my-icon.png);
User avatar
Platinum Boarder


cron