Hi I would like to change te note icon and remove the number to a custom icon like how...


Hi I would like to change te note icon and remove the number to a custom icon like  how can I do this using CSS? thanks :)

Comments

  1. Try this CSS:

    .hasSomethingIcon.hasNote:before {
      content: "\f0c2"; 
      visibility:visible;
    }
    .hasSomethingIcon.hasNote {
      visibility:hidden;
    }

    ReplyDelete

Post a Comment

Popular posts from this blog

Hello friends

I'm really enjoy using checkvist, you are adding great features very quickly.