Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vanderkw Friend
    #190558

    Hi

    I would like to know how to remove the microphone from the Speakers template image container, here is an example:

    http://personaltrainingprograms.com.au/home/health-service-providers

    Thanks

    pavit Moderator
    #505688

    Hi

    In this file /templates/ja_zite/css/k2.css around line 2510

    .itemListStaticView .catItemImageBlock .speaker-badge {
    background: url("../images/icon-mic.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block; <<-- change to display: none;
    height: 40px;
    position: absolute;
    right: 40px;
    width: 40px;
    z-index: 30;
    }

    Ninja Lead Moderator
    #505744

    Or with my solution

    Open templates/ja_zite/css/k2.css file

    from


    .itemListStaticView .catItemImageBlock .speaker-badge {
    background: url(../images/icon-mic.png) no-repeat 0px 0px;
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 40px;
    z-index: 30;
    }

    Change to


    .itemListStaticView .catItemImageBlock .speaker-badge {
    background: none;
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 40px;
    z-index: 30;
    }

    Don’t forget to clear cache from Admin area after changing

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

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years ago.

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