Change mouse over image

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Sep 05, 2013 1:06 pm
Reply with quote
Report this post
Hi ,

In the category view on front page. When I mouse over the image in the "About" Module I get an effect of a solid color with a link icon that I want to change and replace with another image. Please let me know how to go about it.

http://dfend.ushtara.com/#gkHeader

Thanks,
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 7:43 am
Reply with quote
Report this post
Hi,

You can change it to any other icon from Font Awesome - please open file css/gk.stuff.css and please find the following selector:

Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span:before {


you have to change this property:

Code: Select all
content: "\f0c1";


to other value from list available on: http://fontawesome.io/icons/

You will get the new value after clicking on the specific icon - every icon on their page has field: "Unicode: FXXX" near their name.
User avatar
Administrator


cron