Changing the Theme colour

Latest Reply from Mike Mitchell at 2014-11-20 08:16:19 Solution
How do you change the theme colour please
Hi!

There are several css files: style.css located in the directory of the theme and the others inside /css folder. Inspecting the page you will be able to find the line and the file you have to edit. For example, to change the background for "html" element you have to edit the code:
html {
background: #FFF;
}

in the Dental/style.css file.
tks

Leave a reply

Add codeAdd image