Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
383 views
in Themes by

In home page but also all background site.
The theme is donut.

https://github.com/amiyasahu/Donut/tree/master/css

 

Q2A version: 1.6.3

1 Answer

+1 vote
by

you need to place your styles here - 

https://github.com/amiyasahu/Donut/blob/master/css/donut.css

somewhere you need to add the style - 

body {
   background:red !important;
}

choose your own color inplace of red . 

Hope this helps . 

by
Thanks a lot. Great help
...