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 posted
almost 5 years ago
AdminBest 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 kalposted
almost 5 years ago
AdminAnswer
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 Babichposted
almost 5 years ago
.fpd-container>.fpd-main-wrapper {
background-image: none;
background-color: #f4f4f4;
}
0 Votes
A
Ahmad Fadilposted
about 4 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 kalposted
about 4 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.
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 posted almost 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
rady kal posted almost 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
Nick Babich posted almost 5 years ago
background-image: none;
background-color: #f4f4f4;
}
0 Votes
Ahmad Fadil posted about 4 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 posted about 4 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
Login or Sign up to post a comment