Forums

Shadows for category images WAY off. (5 posts)

  1. LillithKane
    Member
    Posted 2 years ago #

    At my site, I use category icons that I'm in love with.
    The problem is that unless you add a caption for each photo, with this theme the shadows will look off and terrible.

    I've remedied this in all my posts by simply adding a caption, but I have no way short of messing with the coding to fix the shadows for the category icons.

    Any help would be incredibly kind.

    And please keep in mind...I don't touch the code for a reason. I'm a basic html kind of girl. ;)

  2. jrav001
    Member
    Posted 2 years ago #

    Try making the image not repeat:

    img {
    background:transparent url(images/shadow.png) no-repeat scroll 0 0;
    padding:0 0 0 10px;
    }
  3. LillithKane
    Member
    Posted 2 years ago #

    Thanks! Sorry I didn't see it til now.

    It didn't work though. I still appreciate the help. Maybe I put it in the wrong spot?

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    in client.css, you already have a style for these category icon images - add another one:

    img.category_icon { background:none;}

  5. carnine9
    Member
    Posted 2 years ago #

    find ur style.css code at ur mypapers theme this one :

    /* Begin Images */
    img {
    	padding: 0 0 0 10px;
    	background: url(images/shadow.png);	}

    and change to this :

    /* Begin Images */
    img {
    	padding: 0 0 0 10px;
    	background: url();	}

    delete image/shadow.png

    its work fine..

    preview : http://nine.gapuranetwork.net/

Topic Closed

This topic has been closed to new replies.

About this Topic