Hello,
Thanks for using our theme. Yes, you can add custom CSS in the site. If you are using WordPress 4.7 then in Customizer you can find Additional CSS section. If WP is less than 4.7, you would have to install plugin to add Custom CSS. Eg https://wordpress.org/plugins/simple-custom-css/
Put following CSS. Change border width and color according to your site.
#primary img {
border: 3px #1122BB solid;
}
Regards,