Responsive

This theme’s landing page is editable by going to Appearance >> Theme Options  (right below Custom CSS).

  • Select HOME PAGE
  • Update title, subtitle and content

======================================================

 

Custom CSS to make the top menu bar BLUE

.home .menu { background-color: #002855; background-image: -moz-linear-gradient(center top , #002855, #002855); background-image: -webkit-gradient(linear, left top, left bottom, from(#002855), to(#002855)); background-image: -webkit-linear-gradient(top, #002855, #002855); background-image: -ms-linear-gradient(top, #002855, #002855); background-image: -o-linear-gradient(top, #002855, #002855); background-image: linear-gradient(top, #002855, #002855); clear: both; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002855, endColorstr=#002855); }

.page .menu { background-color: #002855; background-image: -moz-linear-gradient(center top , #002855, #002855); background-image: -webkit-gradient(linear, left top, left bottom, from(#002855), to(#002855)); background-image: -webkit-linear-gradient(top, #002855, #002855); background-image: -ms-linear-gradient(top, #002855, #002855); background-image: -o-linear-gradient(top, #002855, #002855); background-image: linear-gradient(top, #002855, #002855); clear: both; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002855, endColorstr=#002855); }   ===========================================================