Change white background from design thumbnails or design box

Posted about 5 years ago by João Pedro Cucolo Pizo

Post a topic
Answered
J
João Pedro Cucolo Pizo

I am able to do white printing on my stuffs, and i've made a lot o design options to upload to my FPD, although, some of then are pure white and doesn't show at the design box as you can see below.

image


The design that is selected, is the same of the mug. But my customers are not able the see the design before it is selected.

How can I change the background of the design box slightly so white could be seen?

0 Votes

rady kal

rady kal posted about 5 years ago Admin Best Answer

try entering the following code in the UI Composer -> Custom CSS:


.fpd-scroll-area {

    background-color: grey

}

0 Votes


6 Comments

Sorted by
rady kal

rady kal posted about 4 years ago Admin

you're welcome. 

0 Votes

P

Penny Barby posted about 4 years ago

Fabuloussssss! Thanks!

0 Votes

rady kal

rady kal posted about 4 years ago Admin

yes, you can use this code instead:


.fpd-thumbnail-preview {

    background-color: grey;

}


0 Votes

P

Penny Barby posted about 4 years ago

Fab solution thanks - can I do something to also change the background colour of the preview that pops up when customer hovers over a design, too?


0 Votes

J

João Pedro Cucolo Pizo posted about 5 years ago

Many Thanks, it worked properly.


0 Votes

rady kal

rady kal posted about 5 years ago Admin Answer

try entering the following code in the UI Composer -> Custom CSS:


.fpd-scroll-area {

    background-color: grey

}

0 Votes

Login or Sign up to post a comment