Change the intro animation

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 Jun 09, 2014 10:30 am
Reply with quote
Report this post
Hi, I would like to change the intro animation, especially the circle.
If I wanted to create an animation, it must have a particular format?
For example, it's possible use an "empty" image that fills with loading?
User avatar
Fresh Boarder

GK User
Mon Jun 09, 2014 11:25 am
Reply with quote
Report this post
The animation is made with css. Please check this thread:
https://www.gavick.com/forums/creativit ... 31668.html
Any kind of customising of this element is beyond our support.
User avatar
Moderator

GK User
Tue Jun 10, 2014 8:51 am
Reply with quote
Report this post
okay, thanks =)
So, how I can change the font of text of intro? I've seen style.css, but I don't have idea for change the font.
User avatar
Fresh Boarder

GK User
Tue Jun 10, 2014 7:44 pm
Reply with quote
Report this post
Font - like size of the font or font family?
User avatar
Moderator

GK User
Wed Jun 11, 2014 4:50 pm
Reply with quote
Report this post
Font family. Choose a particular font and use it.
User avatar
Fresh Boarder

GK User
Wed Jun 11, 2014 5:43 pm
Reply with quote
Report this post
You can use override.css (/templates/gk_creativity/css/override.css) and those selectors:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1 {}
.gkIsWrapper-gk_creativity .figcaption h2 {}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jun 16, 2014 4:41 pm
Reply with quote
Report this post
I've change override.css in this way:

Code: Select all
/*
/* Here you can include your override CSS styles */

.gkIsWrapper-gk_creativity .figcaption h2 {
font-family: Helvetica, sans-serif;
}



But doesn't work. What's the error?
User avatar
Fresh Boarder

GK User
Tue Jun 17, 2014 2:07 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Jun 17, 2014 2:40 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Thu Jun 19, 2014 9:31 am
Reply with quote
Report this post
Please add !important at the end of declaration line:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h2 {
font-family: Helvetica, sans-serif !important;
}
User avatar
Moderator

GK User
Fri Jun 20, 2014 2:08 pm
Reply with quote
Report this post
I've added it, but didn't work.
User avatar
Fresh Boarder

GK User
Fri Jun 20, 2014 2:32 pm
Reply with quote
Report this post
I've also insert an url in Image Show GK4, but I can't see any button.
User avatar
Fresh Boarder

GK User
Sat Jun 28, 2014 11:29 am
Reply with quote
Report this post
Hello,

The provided CSS change is working, but maybe you want to change the second text - if yes, then please use the following code in the override.css file:

Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1  {
font-family: Helvetica, sans-serif !important;
}
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.