radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

fixed text colour

 Hello

Is there any chance to set up fixed text colour and font, for example black colour only, so customer will have no option to change colour ? The same with font?

Also can you please let me know how to change colour of "customize button" on product page?
Thank you in advance
Simon


Best Answer
For the Customize button, use this CSS and paste it in the Fancy Product Designer>Settings

 

.fpd-blue-btn {
 background-color: #COLOURCODEHERE !important;
}

 Replace the colour code obviously though. The other questions you can set a default colour & set a default font which would apply to the product your offering. Lots of guides on the FPD homepage.


thank you

 

Answer
For the Customize button, use this CSS and paste it in the Fancy Product Designer>Settings

 

.fpd-blue-btn {
 background-color: #COLOURCODEHERE !important;
}

 Replace the colour code obviously though. The other questions you can set a default colour & set a default font which would apply to the product your offering. Lots of guides on the FPD homepage.

Login or Signup to post a comment