I want to use the rounded features for my team section but we have more than 4 team members, how do I add more features under this?
Hello, You have to customize your theme to add more than 4 team members. You can add following code in feature-box section of front-page.php to add team members ans also you have to make some changes in following code as per your requirement. Code: <div class="grid_6 omega"> <div class="feature_inner_box last"> <div class="circle"><a href=""><img src="http://inkthemes.com/wptheme/poloray-lawyers/files/2013/01/Small-4.jpg" alt="Feature image"></a></div> <h2 class="feature_title"><a href=""><cufon class="cufon cufon-canvas" alt="Law " style="width: 44px; height: 24px;"><canvas width="71" height="26" style="width: 71px; height: 26px; top: -2px; left: -5px;"></canvas><cufontext>Law </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Library" style="width: 69px; height: 24px;"><canvas width="91" height="26" style="width: 91px; height: 26px; top: -2px; left: -5px;"></canvas><cufontext>Library</cufontext></cufon></a></h2> <p>Law spreads far beyond the core subjects into virtually every area of life. </p> <div class="readmore-btn"> <a class="readmore" href=""><cufon class="cufon cufon-canvas" alt="Read " style="width: 34px; height: 13px;"><canvas width="49" height="15" style="width: 49px; height: 15px; top: -1px; left: -3px;"></canvas><cufontext>Read </cufontext></cufon><cufon class="cufon cufon-canvas" alt="More" style="width: 30px; height: 13px;"><canvas width="41" height="15" style="width: 41px; height: 15px; top: -1px; left: -3px;"></canvas><cufontext>More</cufontext></cufon></a></div> </div> </div> That will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you so much Yogesh and will it be same process if I wanted to add similar look/ feature to another page? For example, I was considering making a team page and have all 10-15 features there. How do I accomplish that?
Hello, You can use this code in different page and you have to add some CSS code to arrange them and to make them stylish. Thanks & Regards Yogesh Bhade