Mainfeatures Icons

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
Mon Sep 10, 2012 2:52 pm
Reply with quote
Report this post
I've tried modifying the background color in the CSS for the three mainfeatures selectors but it hasn't changed the appearance of them. I downloaded the png also for it and created a new png the same size, but haven't been able to make it appear in the boxes yet. I just uploaded it to the same folder and changed the name to the same as the previous one. Then changed the originals name. What should be changed in order to change the three colors with animation? Is there another way I should go about changing the white images in the boxes? Thanks!!

.gkCrop,
.gkHTML5,
.gkResponsiveDesign {
background: transparent url("../../images/features_icons.png") no-repeat 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
display: block;
height: 137px;
overflow: hidden;
text-indent: -9999px;
width: 100%;
}
.gkCrop {
-webkit-animation-name: cropanim;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: cropanim;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
animation-name: cropanim;
animation-duration: 6s;
animation-iteration-count: infinite;
background-position: center 0;
background-color: #484848;
}
.gkHTML5 {
-webkit-animation-name: html5anim;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: html5anim;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
animation-name: html5anim;
animation-duration: 6s;
animation-iteration-count: infinite;
background-position: center -137px;
background-color: #000066;
}
.gkResponsiveDesign {
-webkit-animation-name: responsiveanim;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: responsiveanim;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
animation-name: responsiveanim;
animation-duration: 6s;
animation-iteration-count: infinite;
background-position: center -274px;
background-color: #990000;
}
User avatar
Fresh Boarder

teitbite
Tue Sep 11, 2012 11:51 am
Reply with quote
Report this post
Hi

Please show me what You have in mind exactly on You website as example.
User avatar
Moderator

GK User
Thu Sep 13, 2012 4:15 pm
Reply with quote
Report this post
Hey there,

i also would like to know where i can change the color of the mainfeature icons as well as the white icons inside the box. I do not know where to have a look.

Thanks!
User avatar
Fresh Boarder

teitbite
Fri Sep 14, 2012 10:37 am
Reply with quote
Report this post
Hi

I'll help, of course. But please can You both show me what You have in mind ? If not on a life site than maybe with a screenshot ?
User avatar
Moderator

GK User
Tue Sep 25, 2012 1:54 pm
Reply with quote
Report this post
Yes, i also need to change the 3 icons. how can i change this?
User avatar
Senior Boarder

GK User
Tue Sep 25, 2012 6:41 pm
Reply with quote
Report this post
The best way to change it is to download the actual png of your server, then erase the 3 images in photoshop and place your images or create some new ones to go in place of the others. You'll run into issues with the responsive design if the size is not close to the originals.
User avatar
Fresh Boarder

GK User
Tue Sep 25, 2012 6:55 pm
Reply with quote
Report this post
which is the right image file to edit? any ideas?
User avatar
Senior Boarder

teitbite
Wed Sep 26, 2012 12:16 am
Reply with quote
Report this post
Hi

It's hard to tell without seeing it, but looking at the code form first post I would say that it's this file:

/images/features_icons.png
User avatar
Moderator

GK User
Thu Sep 27, 2012 3:53 am
Reply with quote
Report this post
How do you change the colors? You can check http://www.thebig305.com and see the template in action. I want to change the main features background colors to a yellow. black and silver, but I dont see where this can be done.. any help?
User avatar
Gold Boarder

GK User
Thu Sep 27, 2012 5:47 am
Reply with quote
Report this post
In addition, how do I add to the mainbody position that can mimic the 3 rectangled featured module. It seems that when you add multiple modules to that position, they stack vertically instead of horizontally
User avatar
Gold Boarder

teitbite
Thu Sep 27, 2012 10:03 am
Reply with quote
Report this post
HI

I'm not sure what You mean by main features, because I can see You've changed almost everything, anyway. Please use firebug to on respected element and You will see exackly what css file and line to change.

All positions shows modules vertialy, so I believe the one You are talking about was a module itself showing 3 articles in line as News Show Pro for example.
User avatar
Moderator

GK User
Thu Sep 27, 2012 10:06 am
Reply with quote
Report this post
what about the colors? the changing colors. how do we change it?
User avatar
Senior Boarder

GK User
Thu Sep 27, 2012 1:48 pm
Reply with quote
Report this post
dawgpress wrote:what about the colors? the changing colors. how do we change it?


Yes how do we change the colors?
User avatar
Gold Boarder

teitbite
Fri Sep 28, 2012 1:47 pm
Reply with quote
Report this post
Hi

Colors needs to be changes inside css files. The best way to do it is by using firebug to check what file and line is required to change. If You need to change colors on images than You will find a psd file with template elements in rest_files package of this template.
User avatar
Moderator

GK User
Fri Sep 28, 2012 4:05 pm
Reply with quote
Report this post
teitbite wrote:Hi

Colors needs to be changes inside css files. The best way to do it is by using firebug to check what file and line is required to change. If You need to change colors on images than You will find a psd file with template elements in rest_files package of this template.


The background colors that fade into one another don't seem to be in the css. If you look at the creative demo, the three boxes that alternate color in the "mainbody" module with the icons and labeled HTML5, Responsive design and easy to customize, how do we change which colors alternate?
User avatar
Gold Boarder

teitbite
Sun Sep 30, 2012 12:46 pm
Reply with quote
Report this post
Hi

This is a CSS code which makes it to fade an other. Please show me this on Your site directly, because demo page is cached already so no file name is readable.
User avatar
Moderator

GK User
Fri Oct 05, 2012 10:44 am
Reply with quote
Report this post
Hello,
i found out how to change the color animation, the file to be modified is in /templates/gk_creative/css/typography/typography.style1.css (your style in use)

and then change the color values from line no 870-968 to suit your needs.
User avatar
Senior Boarder


cron