Adding an Image Border

  • Unknown's avatar

    I have Oxygen theme and even when I add a caption to my image, there is no border presented around the image. Does Oxygen theme not offer this option for images? Instead my pictures with a white background have no border and I want a border. Please help.

    The blog I need help with is: (visible only to logged in users)

  • Hi Chris,

    Oxygen doesn’t show borders around images, but you can add them using CSS. For example, to add a 1px solid black border around the featured images on the front page, you’d paste the following code in your CSS editor:

    featured-image {
    border: 1px solid black;
    }
  • The topic ‘Adding an Image Border’ is closed to new replies.