You can see an example of a Links page here.
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 background, change the color highlighted in red
- To change the width, change 640px
<style>.nav-primary,.sidebar,.post-header,.comments,.footer-widgets-wrap,.before-footer,.after-footer,.site-footer{display:none!important;}.content{width:100%!important;float:none!important;}
.container-inner { max-width: 640px; }
body { background-color: #F4EEEF; }
</style>
<ul class="links-menu">
<li><a href="LINK">Page name</a></li>
<li><a href="LINK">Page name</a></li>
<li><a href="LINK">Page name</a></li>
</ul>
<div class="links-social-icons">
<a href="mailto:addyouremail" target="_blank"><i class="fas fa-envelope"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-twitter"></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