-->

Sunday, August 11, 2013

Hide the Rate & Admire section:


I can't stand the cheap asses who always say "rated and admired you bb", like that actually does anything to help me. So I just prefer to not have it on there at all.

Just add this css code:

.content {
    padding:4px;
}
.about_me + .heading + .content  tr:nth-child(1) {display: none;}
.about_me + .heading + .content  tr:nth-child(2) {display: none;}
.about_me + .heading + .content  tr:nth-child(3) {display: none;}

3 comments:

  1. This rocks - just added it to my css and it worked!!! No more guys wanting free flashes for clicking a button!!!

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete