Style The ArtPlacer Widgets with Custom CSS
Developing skills may be required in order to apply custom CSS to your Widget buttons.
There are two ways you may customize the ArtPlacer Widgets using CSS.
1. You may add a classname when creating your widgets within the Widgets section.
2. You may target the css class .artplacer-button
Example CSS
<style> .artplacer-button{ background-color: #ffffff; color:#000000; border-color: #DCDCDC; border-radius: 7px; height:50px; } </style>