To make the View button visible to desktop please follow the instructions below:
- Go to Page Builder under Appearance
- Choose Portfolio template
- Click the downarrow of the Snapshot blocks to expand it
- Look for the code:
<a href="http://s3.amazonaws.com/Products-Main_Downloads/%5BJVz%5DSocial%20Mobile%20Evolution/beauty-saloon/index.html" class="folio-button mobi-view" style="margin: 0px auto;">VIEW</a>
- at the end of this code you will see: "folio-button mobi-view"
- remove: mobi-view
- If you can't see these codes in the snapshot blocks you can copy it and paste it.
- To make the demo site open on a new tab instead of opening on the same tab just add target="_blank after the link. It should look like this
<a href="http://s3.amazonaws.com/Products-Main_Downloads/%5BJVz%5DSocial%20Mobile%20Evolution/beauty-saloon/index.html" target="_blank" class="folio-button" style="margin: 0px auto;" >VIEW</a>
- Make sure that you do this step in all snapshot blocks and then save your changes.