-
AuthorPosts
-
March 20, 2012 at 10:14 pm #175230
Hi!
I’m working on Ja Lead template.
I would like to change background color of menu when the item menu is selected.
And move rigth the position of logo.
Someone may suggest how to do it?Thank you
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 20, 2012 at 10:55 pm #444803So that I may best try to assist you and provide you with concise guidance as to what you need to do within your template/site structure, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings
March 21, 2012 at 8:39 am #444878Thaks for pront replay!
url: http://www.romanoriccardo.it/ecofilm1You can see green background color of “Home” item in top menĂ¹. I want to change it.
And also i want to position logo to left of menu, but near of this.I don’t know if I have explained.
Tks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 21, 2012 at 4:09 pm #444967As it appears that you are utilizing the color theme “nautilus” for your site . . . .
To change the background color of menu items on hover/mouseover . . . . .
Within the file path –> /templates/ja_lead/css/colors/nautilus.css
at line 811, you will see the following:
<blockquote>#ja-cssmenu li:hover a,
#ja-cssmenu li.sfhover a,
#ja-cssmenu li.havechildsfhover a,
#ja-cssmenu li.havechild.activesfhover a {
background-color: #AFA500;
}
</blockquote>Change the “background-color” property to whatever color code you like.
To move your logo to the left, to better align it with your site . . . . .
Within file path –> /templates/ja_lead/css/template.css
at line 889, you will see the following:
<blockquote>
h1.logo, div.logo-text {
position: absolute;
bottom: 0;
left: -25px;
margin: 0;
padding: 0;
height: 85px;
width: 148px;
}
</blockquote>Remove the “left: -25px” property altogether.
Hope That Helps
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by siki2012 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum