class="gkContentList" has bullets when used in article

GK User
Fri Jun 06, 2014 9:18 am
Hi

The class="gkContentList" has bullet points when used in an article, is there way to prevent this..

Image

http://joomdev.me/gulfbusiness-ltd/2014-06-05-07-06-52/automated-trading.html

TIA

Kev
User avatar
Gold Boarder

GK User
Fri Jun 06, 2014 11:10 am
Hello,

This code was dedicated for the Custom HTML modules, for using it in the article, please open the css/gk.stuff.css file and please replace fragment:

Code: Select all
.gkContentList li {
   border: none;
   float: left;
   padding: 0;
}


to:

Code: Select all
.gkContentList li {
   border: none;
   float: left;
   padding: 0!important;
}
.gkContentList li:before {
   display: none;   
}
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.