Hi there,
I would like to remove the button "what we do" on the frontpage and put a menu instead in its location, like in this example http://www.arkimueble.com/index.php/es/
Your help is much appreciated
Cheers
Marc
jQuery('#gk-top').css('top', '-100px');
jQuery('#gk-top').css('top', '740px');
Piotr Kunicki wrote:Hi,
You should edit Creativity/js/gk-scripts.js file and change lineto
- Code: Select all
jQuery('#gk-top').css('top', '-100px');
- Code: Select all
jQuery('#gk-top').css('top', '740px');
you can customize this top value (740px).
.gk-is-wrapper-gk_creativity .figcaption > a.loaded {
display: none;
}
body #gk-top.is-intro {
top: 744px;
}