I have droped all the fresh OC tables and imported my main database with phpMyAdmin and all looking good.
Now I have installed a custom CSS extension successfully to start changing my font size, colour etc.
Thanks
ps. I have added the following in the cusom css module and see no offect in front end, do I need to use a different coding method?
h2 {
font-size: 27px;
}