Site logo
Article

The following is a workaround solution to add a "Copy link" button in the "Quick Actions" area

  1. Listing type > edit listing type > single page > quick actions > add custom action > Icon: leave it empty > Label:
    <a class="c27-copy-link" href="[[:url]]" title="Copy link"><i class="fa fa-clone"></i><span>Copy link</span></a>
    Link to: #copy-listing-link
  2. Add this css under theme tools > theme options > custom code > css
    .quick-listing-actions>ul>li>a[href="#copy-listing-link"] {
    display: none;
    }
Docs