Change Entire Background color

Posted over 5 years ago by Howard Volin

Post a topic
Answered
H
Howard Volin

I want to change entire backgound color. For example yellow instead of white. Saw this in the mug demo. But don’t know how to do it. if it has to be css, please give me the proper code.

0 Votes

rady kal

rady kal posted over 5 years ago Admin Best Answer

Please select your Woocommerce Product -> click on individual product settings -> scroll down to background -> set color or image as a background and set your changes. 

0 Votes


4 Comments

Sorted by
rady kal

rady kal posted about 5 years ago Admin

unfortunately i don't understand your question. Do you want the background not to be shown at all? In that case please insert the color of the background color of your website. 

0 Votes

A

Ahmad Fadil posted about 5 years ago

Hi, If My customer want to hidden the background automatic, how do i? they already upload png but the background still appear, how do i?

0 Votes

rady kal

rady kal posted over 5 years ago Admin Answer

Please select your Woocommerce Product -> click on individual product settings -> scroll down to background -> set color or image as a background and set your changes. 

0 Votes

N

Nick Babich posted over 5 years ago

 

.fpd-container > .fpd-main-wrapper {

background-image: none;

background-color: #f4f4f4;

}

0 Votes

Login or Sign up to post a comment