• Hi,
    I am trying to remove an image (img/comments_counter.png) from 1 page (page id-22) but i am having no look at all! I am new (ish) to css coding and i was wondering if anybody could give me a dig-out?
    Heres the code:

    span.comments_link{
    background:url(img/comments_counter.png) no-repeat top left;
    width: 78px;
    height: 66px;
    text-align:center;
    display:block;
    color:white;
    padding:5px 0 0;
    font-size:11px;
    position:absolute;
    top:10px;
    right:0;

Viewing 16 replies (of 16 total)
  • Now – using a tool like Firebug – examine the classes being generated on the body tag. You should see a class that is specific to your page (id 22). You can use this to specifically hide the image on that page using CSS.

Viewing 16 replies (of 16 total)
  • The topic ‘Trying to remove an image from 1 page…Please help!’ is closed to new replies.