-
AuthorPosts
-
June 9, 2010 at 9:08 pm #151698
I have installed Purity2 on 1.5.18, which is great, especially the dropline menu. However, I would like to change the dark colour at the top of the site to make a clean white page without this dark bar across. I refer to the site name, menu navigation and user areas.
Is this possible with this template? If so any guidance/ pointers would be very helpful.
Thanks
hjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 9, 2010 at 10:27 pm #346583<em>@jimd 182228 wrote:</em><blockquote>I have installed Purity2 on 1.5.18, which is great, especially the dropline menu. However, I would like to change the dark colour at the top of the site to make a clean white page without this dark bar across. I refer to the site name, menu navigation and user areas.
Is this possible with this template? If so any guidance/ pointers would be very helpful.
Thanks</blockquote>
Yes, this is very easy.My suggestion is to download Firefox (browser) and Firebug (Firefox Addon) with that tool you can easily locate the code that you need to alter inorder to change the colors and images.
hjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 9, 2010 at 10:29 pm #346584One example of the change would be to open the file: template.css
At around line 925 of the code you will find the following:
#ja-header {
background:none repeat scroll 0 0 #333333;
position:relative;
z-index:10;
}
You need to change the background from the above to the following:
background:none repeat scroll 0 0 #FFFFFF;
FFFFFF designates the HTML Color Code for White.
You can repeat this process for other sections of the template.
If you need further help, please let me know.
Thanks,
Jameshjames Friendhjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 9, 2010 at 10:32 pm #346585Sorry, I keep thinking of things I should mention.
You also need and will want to remove the “Random Rotating” images I am sure. To do this open the file: header.php located in the templates folder under layouts/blocks.
At the top of this file you will see the following:
<div class="main" style="background-image: url(<?php echo $this->templateurl(); ?>/images/header/<?php echo $this->getRandomImage($this->templatepath().DS.'images/header'); ?>);">
Change this to the following:
<div class="main">
That will eliminate the changing pictures in the upper right area of the template and create a blank space for you to do with what you want.
Again, for more changes please let me know.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by hjames 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Purity2 top nav area colours
Viewing 4 posts - 1 through 4 (of 4 total)