Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • success_bus Friend
    #196921

    Hi,
    Please, how can I edit the icon/image of the module ‘Interview Video’ on position secnav-2 as attachment

    Best regards
    success_bus


    1. interview_video
    pavit Moderator
    #531633

    Hi

    The image is called by the css file templatesja_teline_ivcsstemplate.css

    #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;
    }

    #ja-topmega li.nav-interview .childcontent-inner {
    background-image: none !important;
    }

    timtecsa Friend
    #531638
    success_bus Friend
    #531639

    Thanks dear Pavit,
    I did not find ‘#ja-topmega li.nav-interview a.nav-interview’ in templatesja_teline_ivcsstemplate.css
    I am using template ‘ja_teline_iv_t3’

    pavit Moderator
    #531644

    Hi @success_bus

    You can edit the icon “icon-quote-left” in this file templatesja_teline_ivtplsblocksmainnav.php

    <!-- USER, FOLLOW US -->
    <?php if($this->countModules('secnav-2')): ?>
    <li class="dropdown nav-video">
    <a data-toggle="dropdown" href="#" class=" dropdown-toggle">
    <i class="icon-quote-left"></i>
    </a>
    <div class="nav-child dropdown-menu">
    <div class="dropdown-menu-inner">
    <jdoc:include type="modules" name="<?php $this->_p('secnav-2') ?>" style="T3Xhtml" />
    </div>
    </div>
    </li>
    <?php endif; ?>
    <!-- //USER, FOLLOW US -->

    For reference on icons font awesome take a look HERE

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

This topic contains 5 replies, has 3 voices, and was last updated by  pavit 10 years, 7 months ago.

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