Downsize title "Image Show GK4"
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Jun 30, 2016 2:41 am
- Reply with quote
- Report this post
Hello!
How can reduce the size of the titles? shown below:
The size of the title occupies the entire space and well not seen the background image.
Best Regards
How can reduce the size of the titles? shown below:
The size of the title occupies the entire space and well not seen the background image.
Best Regards
-
- Senior Boarder
- teitbite
- Sun Jul 03, 2016 11:56 am
- Reply with quote
- Report this post
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkIsWrapper-gk_game figcaption h2 {
font-size: 50px;
letter-spacing: -2px;
line-height: 50px;
}
-
- Moderator
- GK User
- Sun Jul 03, 2016 3:32 pm
- Reply with quote
- Report this post
Hello teitbite, thanks for reply.
But that configuration works too on mobile?
Regards!
But that configuration works too on mobile?
Regards!
-
- Senior Boarder
- teitbite
- Mon Jul 04, 2016 9:26 am
- Reply with quote
- Report this post
Hi
You need to adjust it with additional code for the screen width. For example:
You need to adjust it with additional code for the screen width. For example:
- Code: Select all
@media only screen and (max-width:479px) {
.gkIsWrapper-gk_game figcaption h2 {
font-size: 20px;
line-height: 20px;
}
}
-
- Moderator
- GK User
- Tue Jul 05, 2016 11:38 pm
- Reply with quote
- Report this post
Hello teitbite
Everything works perfectly,
One more thing if is not without much hassle.
I want the title text has a black outline. How can I do it?
Example:
Best Regards!
Everything works perfectly,
One more thing if is not without much hassle.
I want the title text has a black outline. How can I do it?
Example:
Best Regards!
-
- Senior Boarder
- teitbite
- Fri Jul 08, 2016 12:27 pm
- Reply with quote
- Report this post
Hi
You need to find a font that looks like it already. Here is a big base of fonts, You may be able to find what You need. https://www.google.com/fonts/
You need to find a font that looks like it already. Here is a big base of fonts, You may be able to find what You need. https://www.google.com/fonts/
-
- Moderator
6 posts
• Page 1 of 1