Custom Title and Custom Bottons

Modified on Fri, Feb 9, 2018 at 9:09 AM

This is a sample you can use for custom bottons for the product title area.

 

<div class="col-sm-3">
 {Thumbnail}
</div>
<div class="col-sm-7">
    <h3>{ProductName}</h3>
    {Description} - Company Preset
</div>
<div class="col-sm-2 text-right">
    <a href="#" class="btn btn-default" data-toggle="modal" data-target="#priceModal" alt="Pricing"><i class="fa fa-usd"></i></a>
    <a href="#" class="btn btn-default" data-toggle="modal" data-target="#abstractModal" alt="Abstract"><i class="fa fa-info"></i></a>
    <a href="#" class="btn btn-default" data-toggle="modal" data-target="#notesModal" alt="Notes"><i class="fa fa-question"></i></a>
    <a href="#" class="btn btn-default" data-toggle="modal" data-target="#downloadModal" alt="Download"><i class="fa fa-download"></i></a>
</div>

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