Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jjwijman Friend
    #158689

    How to change the background color of an active submenu item?
    E.g. http://viceversa-ov.nl/bijeenkomstencommissie.html the background of the word ‘Bijeenkomstencommissie’ should have an other color then white, because this is the active menu.

    aman204 Friend
    #371730

    Try change this at end of template.css file and change color code accordingly::

    ul.menu ul li#current a{color:#003366;}

    jjwijman Friend
    #371740

    It is allready better!
    Is it possible to have the background of the current menu another color?

    aman204 Friend
    #371883

    <em>@jjwijman 214853 wrote:</em><blockquote>It is allready better!
    Is it possible to have the background of the current menu another color?</blockquote>

    You can change this::

    ul.menu ul li#current a {template.css (line 1306)
    color: #1F328B;
    }

    to

    ul.menu ul li#current a {template.css (line 1306)
    background: none repeat scroll 0 0 #000000 !important;
    color: #1F328B;
    width: 84%;
    }

    and change color code accordingly

    jjwijman Friend
    #371919

    <em>@aman204 215052 wrote:</em><blockquote>You can change this::

    ul.menu ul li#current a {template.css (line 1306)
    color: #1F328B;
    }

    to

    ul.menu ul li#current a {template.css (line 1306)
    background: none repeat scroll 0 0 #000000 !important;
    color: #1F328B;
    width: 84%;
    }

    and change color code accordingly</blockquote>

    Why did I not think of this myself?
    Thanks.

    I will ask my client which verion they like most.

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

This topic contains 5 replies, has 2 voices, and was last updated by  jjwijman 13 years, 8 months ago.

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