Site logo

Archived topic

How can i add image frame?

1 reply · Started by Daniel on December 8, 2018

Viewing posts 1–2 of 2

Hi there,

try this:

.single-post .entry-content img {
    border: 1px double #ddd; 
    padding: 5px;
    box-sizing: border-box;
}

It will only apply to single posts and to the content of the post, so will ignore the page header.

This archived topic is closed to new replies.