Green Check Mark

  • Author
    Posts
  • #9918
    Ameer

    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

    #14505
    james

    I have same issue, did you ever figure out how to fix it?

    thanks

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Green Check Mark’ is closed to new replies.