Hi
The class="gkContentList" has bullet points when used in an article, is there way to prevent this..
http://joomdev.me/gulfbusiness-ltd/2014-06-05-07-06-52/automated-trading.html
TIA
Kev
.gkContentList li {
border: none;
float: left;
padding: 0;
}
.gkContentList li {
border: none;
float: left;
padding: 0!important;
}
.gkContentList li:before {
display: none;
}