Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #976708

    Hi

    Based on which header.php file you are using it is stored in these 2 files

    /templates/ja_moviemax/tpls/blocks/header-2.php

    /templates/ja_moviemax/tpls/blocks/header.php around line 64

        <?php if ($headright): ?>
                    <div class="headright">
    
                        <?php if ($this->countModules('sidebar-2')) : ?>
                            <button class="btn-sidebar hidden-hd" style="display: none;"><i class="fa fa-ellipsis-v"></i></button>
                        <?php endif; ?>
    
                        <?php if ($this->countModules('languageswitcherload')) : ?>
                            <!-- LANGUAGE SWITCHER -->
                            <div class="languageswitcherload">
                                <jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
                            </div>
                            <!-- //LANGUAGE SWITCHER -->

    change the

    <button class="btn-sidebar hidden-hd" style="display: none;"><i class="fa fa-ellipsis-v"></i></button>

    to

    <button class="btn-sidebar hidden-hd" style="display: none;"><i class="fa fa-user"></i></button>

    1. Screenshot-at-ott-15-21-24-35
    zoohayr Friend
    #976717

    Hi,

    problem solved….thank you so much

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

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

The topic ‘icon to change !’ is closed to new replies.