Hi guys,
im bizzy with a new project on Wordpress. I want to give specific images borders. How can i define the image class?
i want to give them a border per image. so not all at one.
When using .wp-image-489 it aint working to…
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
display: table;
margin-left: 0;
margin-right: 0;
border-style: solid;
border-color: #006633;
}
.wp-block-image .alignright {
float: right;
margin-left: 1em;
border-style: solid;
border-color: #006633;
}