Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • global21 Friend
    #161854

    Hi,

    I need to change the blog & interview icons with my own. I counldnt find where the original images are nor where i would replace them, dont want to start tinkering and mess it up.

    Also (i assume that i just turn the other two off in megamenu)

    Any help would be great.

    Thanks in advance.


    1. Replace-Icons
    khoand Friend
    #383107

    Hi,
    There are <joomla url>templatesja_teline_ivimagesiconsnav-blog.png, <joomla url>templatesja_teline_ivimagesiconsnav-interview.png. Their background is transparent. When TelineIV uses them, it fills their background to real color (as you see, they are green, black). This code is in <joomla url>templatesja_teline_ivcsstemplate.css file


    #ja-topmega li.nav-blog a.nav-blog {
    background: url(../images/icons/nav-blog.png) no-repeat center #000 !important;
    }


    #ja-topmega li:hover a.nav-blog,
    #ja-topmega li.over a.nav-blog,
    #ja-topmega li.active a.nav-blog {
    background: url(../images/icons/nav-blog.png) no-repeat center #3b7513 !important;
    }


    #ja-topmega li.nav-interview a.nav-interview {
    background: url(../images/icons/nav-interview.png) no-repeat center #000 !important;
    }


    #ja-topmega li:hover a.nav-interview,
    #ja-topmega li.over a.nav-interview,
    #ja-topmega li.active a.nav-interview {
    background: url(../images/icons/nav-interview.png) no-repeat center #e04b40 !important;
    }

    global21 Friend
    #383145

    Hi,

    thanks for that worked like a charm.

    take care.

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

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

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