I have a button using the latest version of Pro and Wordpress that does now show the proper background, border radius or border on the live site. If you place a second copy of the button on the site, it works fine with the exact same settings. Both button look find within the editor.
On my inline navigation, I am using the following custom CSS for the menu primary particle style. Maybe that’s affecting the button?
background: rgb(184,156,60); background: -moz-linear-gradient(180deg, rgba(184,156,60,1) 0%, rgba(223,197,107,1) 100%, rgba(181,152,54,1) 100%); background: -webkit-linear-gradient(180deg, rgba(184,156,60,1) 0%, rgba(223,197,107,1) 100%, rgba(181,152,54,1) 100%); background: linear-gradient(180deg, rgba(184,156,60,1) 0%, rgba(223,197,107,1) 100%, rgba(181,152,54,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b89c3c",endColorstr="#b59836",GradientType=1);

