Message # 1 | 10:00 AM
Design #1131 - General

This template does not support the interactive Header Editor. Learn more...




1) How to Change Header



The top part of the template consists of a website name, background color and a logo.

1) To change the background, go to Control Panel > Design Customization > Style Sheet (CSS), line No. 369.

Code
.nav-row {  min-height: 60px;  background: #5e4234;  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5e4234), color-stop(1, #876f62));  background: -moz-linear-gradient(center bottom, #5e4234 0%, #876f62 100%);  background: -o-linear-gradient(#876f62, #5e4234);  position: relative;  z-index: 10; }


#876f62 and #5e4234 are the background colors of the top part of the website. They can be substituted with any HTML color.

2) To change the logo, go to Control Panel > Design Customization > Style Sheet (CSS), line No. 401.

Code
.logo-lnk {display: inline-block;  color: #fff;  font-family: 'Lobster', cursive;  padding-left: 50px;  height: 60px;  line-height: 60px;  font-size: 2em;  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);  background: url('/.s/t/1131/logo.png') no-repeat 0 50%;  word-break: break-word;}


/.s/t/1131/logo.png is the link for the logo image. You can put your own image link, once you upload it to the File Manager of the website.

3) To change the website name, go to Control Panel > Design Customization > Top part of the website, line No 4.

2. How to Customize Sidebar Blocks



There are no images or any specific moments with the blocks.

3. How to Change Design Background

The template background is a simple white.

In order to change it, go to Control Panel > Design Customization > Style Sheet (CSS), line No. 125:

Code
body {border: 1px solid #cccccc;  background: #fff;  font: 15px 'PT Sans', sans-serif;  line-height: 1.5;  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);}


#fff is the background color. It can be substituted with any HTML color.

4. Default Color of the Template

The default color is #FFFFFF
Attachments: 5999738.png (320.9 Kb) · 5296918.png (11.7 Kb) · 0924285.png (1.7 Kb) · 7613374.png (14.0 Kb) · 8787902.png (0.4 Kb)