Some questions about template

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
Fri Jan 22, 2016 7:01 pm
Reply with quote
Report this post
Hi folks,

I have some questions about Creativity:
1. Is it possible to change link icon which we can see after hover on "what we do" images? Can I change this icon on different text - different for all pictures?
2. Can I add images into K2 articles with animations as header image in K2 article? (small zoom on hover)
3. Can I change a title of K2 article with use class "bigtitle greybg"? I want to have the same look in titles in articles and in modules (title and subtitle).

Thanks for help.
User avatar
Fresh Boarder

teitbite
Tue Jan 26, 2016 11:34 am
Reply with quote
Report this post
Hi

1. I'm not sure what You have in mind, but we have couple of articles about this template header, so maybe one of them will be helpful:

https://www.gavick.com/documentation/jo ... ton-labels
https://www.gavick.com/documentation/jo ... tro-config
https://www.gavick.com/documentation/jo ... y-template

2. It's possible, but this would require some additional codding and a script which will process all in-content images before posting them. I'm afraid we do not support such customisation.

3. Add this to override.css

Code: Select all
article header h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}
User avatar
Moderator

GK User
Thu Feb 11, 2016 11:05 pm
Reply with quote
Report this post
Thanks for your time and answer ;)

1. I was not thinking about header but about images below header on homepage (in demo). Is it possible to change this icon (picture below) for text (for example title of picture)?
Image
Below is photoshop simulation:
Image

2. OK.

3. Yes it's looks great but can I add a subtitle which looks like title of modules? For example title on picture below:
Image
User avatar
Fresh Boarder

teitbite
Thu Feb 18, 2016 4:54 pm
Reply with quote
Report this post
Hi.

1. It's possible, but I'm afraid it would require changes to module's code and we do not support that.

3. In this case I would hide the tiltle and add this code on top:

Code: Select all
<h3 class="header gkPage">
Contact
<small>Get in touch with us</small>
</h3>


I do not think any article solution supports subtitles.
User avatar
Moderator


cron