• I would like to add a default image border around every new post below:
    border: solid 2px #99aabb; padding: 5px; margin: 5;

    How can I put this in the CSS?

    Thank you,
    Suzi Wilson

Viewing 1 replies (of 1 total)
  • add it to style.css of your theme:

    img { border: solid 2px #99aabb; padding: 5px; margin: 5px; }

    you may need to make a more specific style to restrict this to the images in posts.

Viewing 1 replies (of 1 total)

The topic ‘Advanced Image Settings CSS’ is closed to new replies.