PowerWP is 100% responsive, 3 columns blogger template for blogs, news and magazine Websites. PowerWP Blogger template has many color and font options (Theme Designer compatible), 5 featured posts widgets, social widget, about me widget, left and right sidebars, 4 columns footer widgets area, Google fonts, background image support, related posts with thumbnails, social and share buttons, top navigation menu, scroll-to-top button and more.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<ul class='menu powerwp-nav-menu menu-primary' id='menu-primary-navigation'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='sub-menu'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> ... </ul>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Add Featured Posts Widgets
There are 5 featured posts widgets. All widget codes with instructions are given with the theme file. Check the "widget-codes" folder.
How To Configure Footer Social Buttons
Find this in "Edit HTML":
<div class='powerwp-social-icons clearfix'> <div class='powerwp-social-icons-inner clearfix'> <div class='powerwp-container clearfix'> <a class='powerwp-social-icon-twitter' href='#' target='_blank' title='Twitter'><i aria-hidden='true' class='fa fa-twitter'/></a> <a class='powerwp-social-icon-facebook' href='#' target='_blank' title='Facebook'><i aria-hidden='true' class='fa fa-facebook'/></a> <a class='powerwp-social-icon-google-plus' href='#' target='_blank' title='Google Plus'><i aria-hidden='true' class='fa fa-google-plus'/></a> <a class='powerwp-social-icon-pinterest' href='#' target='_blank' title='Pinterest'><i aria-hidden='true' class='fa fa-pinterest'/></a> <a class='powerwp-social-icon-linkedin' href='#' target='_blank' title='Linkedin'><i aria-hidden='true' class='fa fa-linkedin'/></a> ... </div> </div> </div>
Add your own social links replacing default social profile URLs.
PowerWP Blogger Template Responsive View
This theme is compatible with every device from Desktop to Phones.