- Posts: 3
- Thank you received: 0
Changing the 'solid color' of the template
-
bertcs
Inactive member - Topic Author
- New Member
Less
More
14 years 9 months ago #1163
by bertcs
Changing the 'solid color' of the template was created by bertcs
Hi,
First of all: the template is great and the hot install works perfect!!! Thank you for that.
But I would like to make two changes in the template:
1. How to change the 'solid color' of the background (now default is pure 'white' and I really would like to make it solid black)
2. How to change the 'Top Menu Active Tab Color' (only choises now are Green, Yellow en Grey).
Thanx in advance!
Kind regards,
Bert
First of all: the template is great and the hot install works perfect!!! Thank you for that.
But I would like to make two changes in the template:
1. How to change the 'solid color' of the background (now default is pure 'white' and I really would like to make it solid black)
2. How to change the 'Top Menu Active Tab Color' (only choises now are Green, Yellow en Grey).
Thanx in advance!
Kind regards,
Bert
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 9 months ago - 14 years 9 months ago #1164
by milos
Replied by milos on topic Re: Changing the 'solid color' of the template
Hi Bert,
1. Open file template_css.php in plain text editor and change line:
with
2. Open image 'topmenu_bg_active_green.png' and edit it in Photoshop, Fireworks or any other image editor. Once you are done, upload it (overwrite old) using FTP.
1. Open file template_css.php in plain text editor and change line:
Code:
background: url(/<?php echo $template_path; ?>/images/bg<?php echo $bgStyle; ?>.jpg) <?php if($bgStyle>=5) { echo "top center no-"; } ?>repeat;
Code:
background: #000;
2. Open image 'topmenu_bg_active_green.png' and edit it in Photoshop, Fireworks or any other image editor. Once you are done, upload it (overwrite old) using FTP.
Last edit: 14 years 9 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.152 seconds