Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • topmanx Friend
    #135017

    Hi, i’m wondering how can i change icons for login form and account link for users?
    especially ‘account miantanence’, its just text, i want to use icon instead of text. any help? thanks.

    mine looks like this, its very hard to see

    Anonymous Moderator
    #279400

    Hi topmanx,

    I think you have modifed code in this template.

    Could you please send me your live URl so that i could have closer look on the issue.

    scotty Friend
    #279413

    Topmanx those boxes are controlled at line 1055 and 1065 of template_css.css

    a.mainlevel {
    padding: 5px 0 6px 15px;
    width: 90%;
    display: block;
    color: #403C3A;
    background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
    font-weight: bold;
    text-decoration: none;
    }

    a.mainlevel:hover,
    a.mainlevel:active,
    a.mainlevel:focus {
    color: #403C3A;
    background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
    text-decoration: none;
    }

    a.mainlevel#active_menu {
    color: #D7025F;
    background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
    font-weight: bold;
    text-decoration: none;
    }

    You just need to replace the background images with images of your own

    JA Developer;91063Hi topmanx,

    I think you have modifed code in this template.

    because……

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

This topic contains 3 replies, has 3 voices, and was last updated by  scotty 15 years, 10 months ago.

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