1. Edit the module and change links to your chosen link. You might need to go to Global configurations and change default editor to none so you can see html format without stripping part of html.
Then edit custom html module.
Each user is wrapped with figure class similar to below, change
www.mylink.com.
- Code: Select all
<figure class="loaded" data-delay="0" data-animation="horizontal">
<a href="www.mylink.com">
<img alt="" src="/images/stories/team/team_michael.jpg">
</a>
<figcaption>
<a href="www.mylink.com">Michael</a>
</figcaption>
</figure>
While editing this module, as you have only entered 5 users please change data count to 5 in below code
- Code: Select all
<div class="gkTeam" data-count="5">
2. Add following css code to css/override.css in template folder and enable css override option in template settings > advanced settings .
- Code: Select all
.gkTeam { padding: 0px!important;}
3. If you mean border on top of "More About Us" then we need to remove the border from this section. Please add below css code to override.css
- Code: Select all
.gkTeam > a {border-top: none!important;}
See you around...