You can see the Links page here. You can add it to your social media profiles for quick access to important pages & other social media platforms.
Set up a Links page
- Go to Pages > click on "New page"
- Add Links as the title
- Click on the first icon from left to right and select "HTML view"
- Copy the HTML below and add it to the page
- To change the width, change 460px
- To change the background, change the color highlighted in green
- To set up the signup form, follow the instructions here
<style>.site-navigation,.site-header,.sidebar,.post-header-outer,.post-header,.comments,.footer-widgets-wrap,.before-footer-wrap,.after-footer-wrap,.site-footer,.back-to-top{display:none!important;}.container-inner{display:block!important;}
.item-view .container-inner { max-width: 460px; padding: 60px 0; }
body { background-color: #f3ece9; }
</style>
<div class="links-text links-section">
<h1>Add a title</h1>
<h6>Add a subtitle</h6>
</div>
<ul class="links-menu links-section">
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li>
<li><a href="LINK">Title</a></li>
</ul>
<div class="subscribe-section links-section">
<h2>Join the list!</h2>
<form action="FORM-ACTION-LINK" class="signup-form flexbox" method="post" target="_blank">
<input type="email" name="EMAIL" placeholder="Email address" value="" required />
<input type="submit" value="Submit" />
</form>
</div>
<div class="links-social-icons links-section">
<a href="mailto:addyouremail" target="_blank"><i class="fas fa-envelope"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-pinterest"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-tiktok"></i></a>
</div>
No comments:
Post a Comment