I would like the option to have different edge styles on the Logo background. At the moment it’s only an option for Background and Action Button
Hi there, @Shane_Schneider ![]()
Thank you so much for the feedback!
I agree that it would be awesome to have this option in the settings and we’ll try to think it over in the future.
In the meantime, you can change the corner radius of the logo background using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapp-logo-showcase-logo-component {
border-radius: 20px;
}
Please try it out and let me know if it worked ![]()