hi,
its a dropdown Download button.
but the dropdown not work.
if i change to another theme with bootstrap work fine.
see the image below with another theme:
View post on imgur.com
if i press the download button a dropdown will appear with words:
datafile-rapidgator
see my testing site whit Dazzling theme and press thee download button:
https://www.sitetetesting.cf/hfhhyr/
if i change to your theme the code not work.
Below I leave the code for this button:
———————————————————————
<div class="dropdown"><button id="dropdownMenu1" class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Download
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="https://rlsbb.ru/">datafile-rapidgator</a></li>
</ul>
</div>
—————————————————————————-