 
        Hi again,
We have fixed that issue and uploaded it on our website. In order to integrate the fix just download the theme again from your My Downloads section and replace the following file with the one from the downloaded package:
Plugins\SevenSpikes.Nop.Plugins.Core\Scripts\SevenSpikesExtensions.js
After that you should clear your browsers cache in order the new js file to get loaded.
Please let us know if the issue still occurs.
Hi winebear,
Thank you for your feedback! 
We will investigate and come back with a fix.
Thanks again!
Hi winebear,
Thank you for your feedback!
In order to make your the letters uppercase, just copy the following to your admin -> plugins -> nop traction theme -> settings -> custom head styles textbox:
.item-box input[type="button"] {
  text-transform: uppercase;
}
Hope that helps!
Hi Winebear,
We have merged all the changes back to version 3.4. So you can download the theme from your My Account section and follow the instructions from above.
Please let us know if there are still any issues.
<ul class="mega-menu">
@RenderMegaMenu(isMegaMenuResponsive: false)
</ul>
<div class="menu-title"><span>@T("SevenSpikes.MegaMenu.ResponsiveMenuTitle")</span></div>
<ul class="mega-menu-responsive">
@RenderMegaMenu(isMegaMenuResponsive: true)
</ul>