What I would like to do is put a custom html menu in the template menu position with the same 'scroll-reveal' functionality the template menu has. Is this possible?
By the way, excellent template!
<?php if($this->API->modules('custom-menu')) : ?>
<div class="my-element">
<jdoc:include type="modules" name="custom-menu"
style="<?php echo $this->module_styles['custom-menu']; ?>" />
</div>
<?php endif; ?>
During paste process please connect together second and third line, but must be small space between them.