How do I add my own CSS to my ezyFAQ website?

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.

  1. Login to
  2. Navigate to the Admin > Style menu

Here 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;
}
Was this FAQ helpful?
FAQ details:
Published date: 04/11/2016
Last updated: 12/11/2016 (Support)
^ Top of Page