Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • siki2012 Friend
    #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 Moderator
    #444803

    So 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

    siki2012 Friend
    #444878

    Thaks for pront replay!
    url: http://www.romanoriccardo.it/ecofilm1

    You 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 Moderator
    #444967

    As 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

    siki2012 Friend
    #445008

    Thank you very much!
    I made changes that you suggested and all is rigth now.

    See you soon.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  siki2012 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum