Message # 1 | 8:09 AM
Design #1323 - Sport

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




1) How to Change Header



The header of the website is the on-site search (right corner) and the website name (left corner). To change the website name, go to Control Panel > Design Customization > Top part of the website, line No. 5.

Code
<!-- <logo> -->My site<!-- </logo> -->


You can change the MY SITE line into any other name you like.

If you need an image instead of the text, then use this code:

Code
<img src="link to the logo">


Replace "link to the logo" with the link that you get by following these two steps: 1) Upload an image into the File Manager of the website (Control Panel > Tools); 2) After that, just click on the image name and get your link.

2. How To Customize Sidebar Blocks



In order to change the color (background color of block names), go to Control Panel > Design Customization > Style Sheet (CSS), line No.44.

Code
#catmenu,.sidetitle {background:#9b59b6; position:relative; width:100%; padding:0 10px; margin:0 0 0 -10px;}


#9b59b6 is the color of the block. It can be substituted with any HTML color.



Note, that there is an element on the left and right side, closely-fitted to the name of the block. It has a similar color with the block. In order to change it, go to Control Panel > Design Customization > Style Sheet (CSS), line No.45.

Code
#catmenu:before,#catmenu:after,.sidetitle:before,.sidetitle:after {content:'';width:0;display:block; position:absolute; bottom:-10px;height:0;border-top:10px solid #613673;border-left:10px solid transparent;}


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

3. How To Change Design Background

In order to change the background color, go to Control Panel > Design Customization > Style Sheet (CSS), line No.14:

Code
body {background:#eceff3;margin:0;padding:0!important;font-size:13px;font-family:Tahoma,Geneva,sans-serif;color:#5e6d81;}


#eceff3 is the background color. It can be substituted with any HTML color.
#5e6d81 is the color of the text inside the template. It can be substituted with any HTML color.

4. Default Color Of The Template

The default color is #9B59B6

In order to change the color scheme, you need to substitute #9B59B6 with any HTML color.

Attachments: 5697049.png (371.3 Kb) · 0981843.png (15.6 Kb) · 8752270.png (12.5 Kb) · 3460559.png (14.0 Kb) · 8867819.png (0.2 Kb) · 7533384.png (157.5 Kb)