test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nicely Friend
    #190965

    I have altered the main content background to white, but this has the negative effect that the active links in the top menu are rendered invisible.

    Where can I alter the top menu active link colour to red? I’m using green theme, responsive layout.

    phong nam Friend
    #507537

    Hi nicely,

    You can try to put below codes into templates/ja_mitius/css/custom.css file:

    .top-menu ul li a {
    color: red;
    }

    nicely Friend
    #507687

    Thanks Leo. That sort of worked the reverse of what I need. It gave red links with white active/mouse-over. I need grey links (default) with red active/mouse-over.

    phong nam Friend
    #507696

    Hi nicely,

    You can try with these css styles in custom.css file:

    .top-menu ul li.active a,
    .top-menu ul li a:hover {
    color: red;
    }

    nicely Friend
    #507697

    Yep, precisely! 🙂

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

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

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