Inline Image Border

I’d like to apply a border to all inline images within basic text editor widgets. The website is http://fix333.com/page-1-2-3-2-2-4/.

Can you give me the CSS selector?

Hey doug,

Try the CSS snippet below and see if it’s what you’re looking for. :slight_smile:

.fl-col-content .fl-module-content .fl-rich-text img {
	border: 4px solid #fff	
}

Thanks!

KC

Yes, perfect! Thanks again for the excellent support!

Hey doug,

Glad that worked for you, enjoy BB and let us know if you need anything further! :slight_smile:

Thanks!

KC