Important: FPD Support Update

As of March 1, 2025, direct support for Fancy Product Designer has been discontinued. Only customers with an active support license will continue to receive assistance. Our team is now fully dedicated to Chamevo, the next-generation product customization platform built on the foundations of FPD. For help, use the chatbot available on fancyproductdesigner.com or chamevo.com.

Changing Buttons Style

Updated September 3, 20241,415 views5 found helpful

It is possible to modify the appearance of buttons utilized for certain actions such as "Start Customization" and "Share".


Hence, an option can be located under General > Display that allows you to modify the CSS class for said buttons. This feature proves to be beneficial if you desire to apply the identical style to these buttons as the one used for the theme buttons.


In case you wish to apply your own CSS style, feel free to utilize this CSS class for making style modifications. For instance:

.fpd-secondary-btn {
  background: #f9f9f9;
  font-size: 20px;
  font-weight: bold;
}