Open navigation

Change how the Fancy Product Designer looks

So, you are starting to understand the Fancy Product Designer, maybe you already created your first product. But you don’t like the look of the Designer in the frontend. We can change that in the Appearance tab in the app. 

Let’s make it as simple and clean as possible and assume you don't need any of the Modules and Actions for your products, either because you only use Upload Zones or because you want to place the Modules directly on the product page. This would mean you don’t need any of the Modules or Actions, that you can see in the default UI Layout. So our final goal would look like this:



To achieve this goal we will have to remove all the Modules and Actions and also the Mainbar and the Actionsbar from the default Layout. 



Modules:

Let’s remove the Modules first. Scroll down to the bottom of the page and choose the Modules tab. On the left, you can see all the Modules that are active right now. To remove them you just need to click the "x" on each of them. 



If you want to use any of the Modules later you can add them by dragging them on the right and dropping them in the Selected Modules section.


Actions:

Now let’s move on to the Actions. At the bottom of the page, switch to the Actions tab. As with the Modules, you will see all active Actions at the top separated into three blocks. You can remove them the same way by clicking the "x" on each of them. The Actions can also be reinserted later by using drag and drop. All available Actions are listed below.



Remove Bars:

We are almost done. Your designer should look like this right now: 



All we need to do now is to get rid of the Mainbar and the Actionsbar. To achieve this, switch to the Custom CSS tab at the bottom of the page. In there, you will need to insert a small code snippet that will hide the two bars. 


 fpd-main-bar {
    display: none !important;
}

fpd-actions-bar {
    display: none !important;
}


That's it! You will now have a clean and simple layout. Don’t forget to save your changes (1). Also, if you get stuck along the way or want to start fresh from the default that’s no problem. You can “Reset to Default” at any time (2).



If you have any questions or need help with those adjustments we are happy to help. Just reach out to our support team via the in-app chat. 

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.