http://www.divithemeexamples.com/change-read-button-outline-button-next-line-divi/

/*Change the read more button into outline button on next line in Divi using this custom CSS in a child theme or your ET theme options panel*/

a.more-link { border: 2px solid; border-radius: 3px; display: inline-block; margin-top: 10px; padding: 3px 10px; text-transform: uppercase;}