Simple CSS code to remove Forum Image? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Simple CSS code to remove Forum Image?

    Saxaca
    Saxaca
    Forumember


    Male Posts : 539
    Reputation : 26
    Language : Markup.

    Solved Simple CSS code to remove Forum Image?

    Post by Saxaca November 20th 2010, 3:58 pm

    You know that image you set with an forum to describe it? Not the new, no new, locked but the other one Razz.

    Do anyone have an simple code to remove them? I have images there, but they ain't the same size, so i just wanna hide them..

    Thanks!
    SuggestFest
    SuggestFest
    Forumember


    Male Posts : 29
    Reputation : 0
    Language : English, Dutch

    Solved Re: Simple CSS code to remove Forum Image?

    Post by SuggestFest November 20th 2010, 4:00 pm

    doesn't it have "hide" checkboxes at the right? and otherwise you can always remove the imagelink.
    Saxaca
    Saxaca
    Forumember


    Male Posts : 539
    Reputation : 26
    Language : Markup.

    Solved Re: Simple CSS code to remove Forum Image?

    Post by Saxaca November 20th 2010, 4:04 pm

    No, not that. Removing images with CSS like this i just copied to give an example..
    Simple CSS code to remove Forum Image? Scripts
    avatar
    Guest
    Guest


    Solved Re: Simple CSS code to remove Forum Image?

    Post by Guest November 20th 2010, 4:25 pm

    Try this:
    Code:
    .dterm img {display:none;}
    Saxaca
    Saxaca
    Forumember


    Male Posts : 539
    Reputation : 26
    Language : Markup.

    Solved Re: Simple CSS code to remove Forum Image?

    Post by Saxaca November 20th 2010, 4:28 pm

    Thanks Very Happy

    >> Solved
    avatar
    Guest
    Guest


    Solved Re: Simple CSS code to remove Forum Image?

    Post by Guest November 20th 2010, 4:35 pm

    Solved + Locked