-
AuthorPosts
-
August 29, 2008 at 2:18 pm #132723
I have read instructions and understand how to amend the logo in this template but wanted it a little larger than the original. It is now cut off from the right hand side.
I also want to replace the color of the grey/black navigation bar to match the colors of the new logo I have replaced.
Can anyone explain the steps I would need to do to complete this process? I can happily amend any graphics or css files but just require an overview of how to go about this..
I am using a local version of joomla on my pc to build the site
Thanks
Simon
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 30, 2008 at 8:15 am #267927Hi
you can change css for logo: template.css (line 1141)
h1.logo a {
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
display:block;
float:left;
height:45px;--> change height
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-5000px;
text-transform:uppercase;
width:198px;--> change width
}Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 30, 2008 at 8:18 am #267929Change background of menu : template.css (line 1119)
#ja-header {
background:transparent url(../images/head-bg.gif) no-repeat scroll 0 60px;
height:140px;
position:relative;
z-index:999;
}Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 30, 2008 at 8:18 am #267930If you use moomenu, you can change hover menu , active menu :ja-sosdmenu.css (line 116)
#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
}1 user says Thank You to Sherlock for this useful post
September 1, 2008 at 1:20 pm #268160Thank you. I will give these a try
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by simonshah 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing Navigation Bar Color in JA Drimia
Viewing 5 posts - 1 through 5 (of 5 total)