Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jbskomputery Friend
    #148941

    Hi there it is propobly silly question but i don not know how to do this
    how can i change font colour of top menu. oryginaly it is white but when we goes with mouse coursor on menu it is more white so how can i change it from white to any other colour

    i know that mayby it is on one of css files but i can not find this

    Anonymous Moderator
    #333824

    Hi you

    In the case, please open templates/ja_kyanite/css/menu/split.css file, find following code sections:

    #ja-splitmenu a {
    color: #ccc;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0 15px;
    height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    }


    #ja-splitmenu a:hover,
    #ja-splitmenu a:active,
    #ja-splitmenu a:focus,
    #ja-splitmenu li.active a,
    #ja-splitmenu li.active a:hover,
    #ja-splitmenu li.active a:active,
    #ja-splitmenu li.active a:focus,
    #ja-splitmenu li.first-item a:hover,
    #ja-splitmenu li.first-item a:active,
    #ja-splitmenu li.first-item a:focus,
    #ja-splitmenu li.active.first-item a,
    #ja-splitmenu li.active.first-item a:hover,
    #ja-splitmenu li.active.first-item a:active,
    #ja-splitmenu li.active.first-item a:focus {
    background-image: url(../../images/mainnav-bg.gif);
    background-repeat: no-repeat;
    color: #fff;
    }

    to change.

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 8 months ago.

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