Message # 1 | 7:53 AM
Design #1257 - Sport

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 and a logo.

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

Code
.logo {  width: 35%;  float: left;  background: url('/.s/t/1257/3.png') left center no-repeat;  padding: 0 0 0 60px;  min-height: 50px;  }


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

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

2. How to Customize Sidebar Blocks



The background with a block name is a color. It can be changed in Control Panel > Design Customization > Style Sheet (CSS), line No. 334.

Code
.blocktitle {font: 110% 'Arial'; color: #fff; background: #138bd0;  background-image: -webkit-linear-gradient(top, #138bd0, #094c96);  background-image: -moz-linear-gradient(top, #138bd0, #094c96);  background-image: -o-linear-gradient(top, #138bd0, #094c96);  background-image: linear-gradient(top, #138bd0, #094c96);  border-bottom: 1px solid #3281d3;  box-shadow: 0 1px 0 #1a1c1d; padding: 10px; margin: 0;}


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

3. How to Change Design Background



The background of the template is just an image.

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

Code
body.base {  background: url('/.s/t/1257/2.jpg') top center no-repeat #000;  height: 100%;  }


/.s/t/1257/2.jpg is the link to the background image. You can put your own image link, once you upload it to the File Manager of the website.

4. Default Color of the Template

The default color is #FFFFFF
Attachments: 1900116.png (397.2 Kb) · 8972440.png (14.4 Kb) · 0166095.png (9.1 Kb) · 0281114.jpg (41.0 Kb) · 2000662.png (0.2 Kb)