test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • bassetto Friend
    #167813

    Please, I would change to “split the menu” font color of the submenu. If necessary, change the background color of the submenu. I enclose a photo. Thank you.


    1. submenu
    Phill Moderator
    #408587

    Can you post a link to your site. Please make sure css optimization is switched off in the template manager first so I can give you the exact lines of code to adjust.

    bassetto Friend
    #408693

    :((Unfortunately the site not on the web. work in the local server. you can not help himself? Thank you

    khoand Friend
    #408694

    Hi,
    To change font color of submenu, you find this code


    #ja-subnav ul li a:hover, #ja-subnav ul li a:focus, #ja-subnav ul li a:active {
    color: #F5AE84; < change bold text
    }

    bassetto Friend
    #408707

    I can not find the “file” to change. Show me what? Thank you

    Phill Moderator
    #408716

    take a look at templates/ja_travel/css/template.css line 668

    #ja-subnav ul li a:hover, #ja-subnav ul li a:focus, #ja-subnav ul li a:active {
    color: #F5AE84;
    text-decoration: underline;

    }

    That is the text actually in the dropdown, the text colour for the navigation in the lower bar is at line 666

    #ja-subnav ul li a {
    color: #FDD3A1;

    }

    However, of you have a custom profile or a non default colour you will have to look in the relavent profiles css file. If you are using the Firefox browser then you can use Firebug to inspect any element and see exactly what css file it is generated by. Just make sure you have css optimization set to “No” in the template manager or firebug will only see the compressed version of the css and it would make things more confusing for you.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Phill 13 years, 4 months ago.

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