Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 15, 2016 at 7:24 pm #976708Hi
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>
October 15, 2016 at 8:12 pm #976717Hi,
problem solved….thank you so much
AuthorPostsViewing 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.