• Here is a simple ?, I hope. If you go to my blog and see the little Smilie Guys in my postings, they have a border around them I do not want there. How do I get rid of the border but keep it for my photo images. Thanks

    https://swatchnot.hender-son-s.com/blog

    PS HAPPY HAPPY DAY much cyber candy for all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have this in your stylesheet:
    .post img {
    border: 1px solid #9B7B66;
    padding: 4px;
    background-color: #ffffff;
    }

    It applies to ALL the images in a post, and smilies areimages. You can create a separate class for your “real” post images and modify the stylesheet to have borders only for that class.

    Kinda like:

    img.wp-smiley {border:none}

    P.S. You might work on your thread titles.

    Thread Starter Darcie

    (@darcie)

    ? What are thread titles?

    OH and Thanks

    “pics” vs. “remove borders from smiley images?”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘pics’ is closed to new replies.