• 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. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try making the image not repeat:

    img {
    background:transparent url(images/shadow.png) no-repeat scroll 0 0;
    padding:0 0 0 10px;
    }
    Thread Starter lillithkane

    (@lillithkane)

    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?

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

    img.category_icon { background:none;}

    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 : https://nine.gapuranetwork.net/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shadows for category images WAY off.’ is closed to new replies.