Dear Mantra Team,
First of all, THANK YOU for such a nice, complete and simple theme. I just need a small help. I want to add green check and red check marks in bullets. How to add in CSS. I tried but did not work. Here is the code;
.redcheck {
background:transparent url(http://www.bestpersonalhealthfitness.com/wp-content/themes/suffusion/images/redcheck.jpg)no-repeat scroll 0 0;
list-style-type:none;
padding-bottom: 10px;
padding-left: 35px;
}
.greencheck {
background:transparent url(http://www.bestpersonalhealthfitness.com/wp-content/themes/suffusion/images/greencheck.jpg) no-repeat scroll 0 0;
list-style-type:none;
padding-bottom: 10px;
padding-left: 35px;
}
Then use this HTML in the post whever required
<li class=”redcheck”>Feature #1
<li class=”redcheck”>Feature #2
<li class=”redcheck”>Etc…
Can you please check and let me know the solution. I am sure i am doing something wrong.
Thanks