ezyFAQ allows you to add your own CSS to style your website the way you want. See here for a great introduction to CSS and how it can be used to style your website.
Admin > Style
menuHere you can add your own CSS which will override the default styling on the page.
For instance, if you wanted to change the background color you can easily add the following to the Custom CSS
editor and click Update
:
body{
background-color: #0000ff;
}