Forums

Advanced Image Settings CSS (2 posts)

  1. suziwilson
    Member
    Posted 11 months ago #

    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

  2. alchymyth
    The Sweeper
    Posted 11 months ago #

    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.

Reply

You must log in to post.

About this Topic