Bootstrap Product Titles - Custom Buttons

Modified on Fri, Aug 30 at 9:52 AM

The Buttons command is used to replace the icon shapes and not to control what shows. If you want to only have the download button, use:


<a href="javascript:;" class="btn btn-default btn-light ep-text-normal ep-button-download" data-toggle="modal" data-bs-toggle="modal" data-target="#downloadModal" data-bs-target="#downloadModal" target="_blank" title="Download File"><i class="fa fa-download fa-fw text-default"></i></a>


You can make the code shorter if you know the Bootstrap version:

Bootstrap 5
<a href="javascript:;" class="btn btn-light ep-text-normal ep-button-download" data-bs-toggle="modal" data-bs-target="#downloadModal" target="_blank" title="Download File"><i class="fa fa-download fa-fw text-default"></i></a>


Bootstrap 3 and 4
<a href="javascript:;" class="btn btn-default ep-text-normal ep-button-download" data-toggle="modal" data-target="#downloadModal" target="_blank" title="Download File"><i class="fa fa-download fa-fw text-default"></i></a>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article