Intro "What we do"-button

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
Thu Feb 11, 2016 11:58 am
Reply with quote
Report this post
Hello!

I'm trying to get rid of the "What we do"-button on my intro. I've got a gif picture which tells you have to scroll down. At this moment that gif-animation is in my text. But I'd like to replace the button with this gif-animation.

How do I remove/replace the button? I can't find the right CSS-file.

Something else. Don't know if i have to make a new thread, but I saw a tweet yesterday about a hotel in Bosnia. On their contact module they had text with Google maps under it. http://hotel-hercegovina.ba/en/. Can i download this module, or can I recreate it?

Thanks!
User avatar
Fresh Boarder

teitbite
Sun Feb 14, 2016 6:10 pm
Reply with quote
Report this post
Hi

I'm afraid this plugin was only prepared for hotel template. It can be moved with some extra coding, but I'm afraid this is beyond our support. Sorry.
User avatar
Moderator

GK User
Mon Mar 14, 2016 7:24 pm
Reply with quote
Report this post
How about get rid of the "What we do" button. I cant find it anywhere. Is it in the CSS code? If, in which CSS file can i find it.

Thanx in advance
User avatar
Fresh Boarder

teitbite
Fri Mar 18, 2016 9:42 am
Reply with quote
Report this post
Hi

Please do not modify any css files. All changes should be placed in override.css file (first need to be enabled in template configuration).

Here is a code to remove this button:

Code: Select all
.gkLearnMore {
display: none;
}
User avatar
Moderator


cron