This topic has 4 replies, 3 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
hello i see buttons in top left page and bottom left , and they are just share page, how to make them icon of my social networks?
Hello,
Instead of the [share] shortcode in Theme Options > Header Settings > Header custom HTML (for 6, 7, 13, 14, 18 headers) and edit Footer Static block http://prntscr.com/o6d529 and use the simple code with links to your social accounts
<ul class="menu-social-icons ">
<li class="firstItem">
<a href="#" target="_blank">
<i class="ico-twitter"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="ico-facebook"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="ico-pinterest"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="ico-google-plus"></i>
</a>
</li>
<li class="lastItem">
<a href="#" target="_blank">
<i class="ico-envelope"></i>
</a>
</li>
</ul>
Regards
Hello i added this buttons and bottom adress box expanded a lot, is it possible to make it small again?
code in private section
Hello,
Please provide URL and temporary wp-admin access.
Regards
You must be logged in to reply to this topic.Log in/Sign up