Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • formad Friend
    #139518

    Hello, if a change this in the blue.css al links change of colour, but i want only the top menu links in a different colour, that is non active items, regards matthijs

    /* Normal link */
    a {
    color: #0C0960;
    text-decoration: none;
    }

    John Wesley Brett Moderator
    #298035

    Hi!

    You’re actually looking in the wrong place.
    The color of the top menu items is controled in: template.css (line 867)


    #ja-mainnavwrap {
    background:#D7025F url(../images/grad-1.gif) repeat-x scroll center top;
    position:absolute;
    top:0;
    }

    You need to change both the “#D7025F” code AND the gif image (which is the same color) in order to get the menu color to change.

    Although you do click on them like links…they really are a very different animal….and not controled by <a> styling.

    Have fun!
    John.

    formad Friend
    #298071

    thanks for the reply but i mean something else, sorry if i not explained clear, but zie the screendump the menu option in the yellow cirkel is now dark blue, i want that an other color, not the background, regards matthijs


    1. dump
    John Wesley Brett Moderator
    #298352

    Have you got a URL you can provide?
    Should be able to solve the issue quickly for you.

    John.

    formad Friend
    #298390
    John Wesley Brett Moderator
    #298511

    Here you go….

    In ja.cssmenu.css (line 80)

    Change from this….


    #ja-cssmenu li a {
    font-size:115%;
    font-weight:bold;
    text-decoration:none;
    }

    To this….


    #ja-cssmenu li a {
    color:#CC6666;
    font-size:115%;
    font-weight:bold;
    text-decoration:none;
    }

    NOTE: The above “#cc6666” is just an example…you can change it to whatever color you need or want.

    Have fun!
    John.

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

This topic contains 6 replies, has 2 voices, and was last updated by  John Wesley Brett 15 years, 7 months ago.

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