Customize

stellabar / 2013-08-31 14:28:46   

I have upgraded my website as it was running on previous 1.0

However, I am still experiencing problems with customisation.
How do I customise my landing/home page? All I get from the drop down menu is 'default'

stellabaraklianou.com

I would also like to change the font and colour for all the pages. For example, I tried this in my 'contact' section. Is there an easy way with CSS to do this in one go rather than page by page and text after text, especially with lots of text?

thank you

Stella

arsondpi / 2013-08-31 15:53:58   

Hello,

As I previously suggested on another post, you need to download your style.css located in the default folder (which is in the ndxzsite folder)
Open and edit it in a code editor and when you're finished simply overwrite the old style.css file with the one you edited.

To change your font find line 12 and change it.
For example:

  1. body {
  2.     font-size: 13px;
  3.     font-family: 'Georgia, Times, "Times New Roman", serif';
  4.     background: #fff;
  5.     color: #000;
  6.     line-height: 1.3em;
  7.     /* font-weight: 300; */
  8. }

For more options and fonts you need to search the web...
I hope this gives you a headstart.

stellabar / 2013-08-31 20:42:05   

thanks. this project is going really slow but I think I am getting somewhere!

This thread has been closed, thank you.