StaticMania / hugo-apsho

MIT License
131 stars 81 forks source link

Button click not working #7

Open abdullah-cse opened 1 year ago

abdullah-cse commented 1 year ago

Thanks for this awesome themes. But i can't find anything to button click. I mean, when clicking "Available on Play Store" doesn't work. Either i don't know how to put link on button click, or is it a bug?

kenshin-takahiro commented 9 months ago

I was looking to do the same and found the two buttons links under: /themes/apsho/layouts/partials/heroArea.html Change the a tag reference <a href="#" class="btn-platform"> in lines 49 & 78. Ideally you should copy that /themes/apsho/layouts/partials/heroArea.html file before editing under your layouts folder and not edit files in the themes folder.