mohamed irfan
asked 9 years ago

hi
i would like to change the background color from white to the (color-category)

please guide me

thanks
irfan

2 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can open the style.css file in the each color folder"blue, cyam, green, orange, violet, yellow" in the folder path "wp-contentthemesdw-focusassetscolors"
Green

.container {background: #fff;}
body {background: #00a53c;}

Blue

.container {background: #fff;}
body {background: #07c;}

Cyan

.container {background: #fff;}
body {background: #009999;}

Orange

.container {background: #fff;}
body {background: #fa5f00;}

Violet

.container {background: #fff;}
body {background: #c64f9d;}

Yellow

.container {background: #fff;}
body {background: #ff9500;}

Hope this helps !

mohamed irfan
answered 9 years ago

thanks a lot

Powered by DW Question & Answer Pro