Icon & GK Social Icons

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon Jun 24, 2013 11:18 am
Is it possible to install the GK Social Icons??? If yes? Then can anyone provide me the plugin file... ??

I want to change the icon under the header image... how to do that??? And in which folder i can find other types of icon???

Tc!
User avatar
Fresh Boarder

GK User
Tue Jun 25, 2013 9:17 am
Hi,

It's possible, but GKS Social is a widget, not a plugin, so it's a lot of custom work, beyond our technical support..

To change icon under the header go to Simplicity/css/stuff.css and edit this fragment, or better way is to use override.css file (Before that enable this option in Template Options -> Advanced) then paste this fragment to ovverride.css and customize.
Code: Select all
.gk-crop {
   background-color: #fff;
   background-image: url('../images/style1/gkcrop.png');
   background-position: center top;
}
.gk-crop:hover {
   background-color: #fe654c;
   background-position: center bottom;
}
.gk-rocket {
   background-color: #fff;
   background-image: url('../images/style1/gkrocket.png');
   background-position: center top;
}
.gk-rocket:hover {
   background-color: #4c90fe;
   background-position: center bottom;
}
.gk-mobile {
   background-color: #fff;
   background-image: url('../images/style1/gkmobile.png');
   background-position: center top;
}
.gk-mobile:hover {
   background-color: #fec54c;
   background-position: center bottom;
}


Other icons are here.
User avatar
Moderator

GK User
Tue Jun 25, 2013 2:44 pm
Piotr Kunicki wrote:Hi,

It's possible, but GKS Social is a widget, not a plugin, so it's a lot of custom work, beyond our technical support..

To change icon under the header go to Simplicity/css/stuff.css and edit this fragment, or better way is to use override.css file (Before that enable this option in Template Options -> Advanced) then paste this fragment to ovverride.css and customize.
Code: Select all
.gk-crop {
   background-color: #fff;
   background-image: url('../images/style1/gkcrop.png');
   background-position: center top;
}
.gk-crop:hover {
   background-color: #fe654c;
   background-position: center bottom;
}
.gk-rocket {
   background-color: #fff;
   background-image: url('../images/style1/gkrocket.png');
   background-position: center top;
}
.gk-rocket:hover {
   background-color: #4c90fe;
   background-position: center bottom;
}
.gk-mobile {
   background-color: #fff;
   background-image: url('../images/style1/gkmobile.png');
   background-position: center top;
}
.gk-mobile:hover {
   background-color: #fec54c;
   background-position: center bottom;
}


Other icons are here.


Thanks it all set :D
User avatar
Fresh Boarder


cron