Change the intro animation
Rate this topic: 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?
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?
-
- 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.
https://www.gavick.com/forums/creativit ... 31668.html
Any kind of customising of this element is beyond our support.
-
- 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.
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.
-
- 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?
-
- 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.
-
- 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:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1 {}
.gkIsWrapper-gk_creativity .figcaption h2 {}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Mon Jun 16, 2014 4:41 pm
- Reply with quote
- Report this post
I've change override.css in this way:
But doesn't work. What's the error?
- 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?
-
- 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?
-
- Moderator
- GK User
- Tue Jun 17, 2014 2:40 pm
- Reply with quote
- Report this post
Sure =)
http://alimamedia.com
http://alimamedia.com
-
- 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;
}
-
- Moderator
- GK User
- Fri Jun 20, 2014 2:08 pm
- Reply with quote
- Report this post
I've added it, but didn't work.
-
- 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.
-
- 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:
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;
}
-
- Administrator
13 posts
• Page 1 of 1