-
AuthorPosts
-
success_bus Friend
success_bus
- Join date:
- November 2012
- Posts:
- 131
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 62
- Thanked:
- 13 times in 1 posts
April 20, 2014 at 9:41 am #196921Hi,
Please, how can I edit the icon/image of the module ‘Interview Video’ on position secnav-2 as attachmentBest regards
success_bus
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 20, 2014 at 9:53 am #531633Hi
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;
}1 user says Thank You to pavit for this useful post
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
April 20, 2014 at 1:57 pm #531638http://www.joomlart.com/forums/topic/how-to-add-a-video-in-dropdown-from-secnav-3/
Good luck.
http://gpm.tecsa.com/en/1 user says Thank You to timtecsa for this useful post
success_bus Friendsuccess_bus
- Join date:
- November 2012
- Posts:
- 131
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 62
- Thanked:
- 13 times in 1 posts
April 20, 2014 at 2:06 pm #531639Thanks 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 20, 2014 at 3:40 pm #531644Hi @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
AuthorPostsViewing 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
Edit Interview Video icon
Viewing 5 posts - 1 through 5 (of 5 total)