navid68 Posted December 21, 2013 Share Posted December 21, 2013 There are several posts in the forum about changing the tab name or adding new tabs. How is it possible to change the text in name of the tab with an image or icon? For example, I would like to change "more info" with the following image Anyone can help? Thanks Navid Link to comment Share on other sites More sharing options...
vekia Posted December 23, 2013 Share Posted December 23, 2013 you can do it in product.tpl file, there is a code: <li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li> instead of {l s='More info'} use: <img src="URL_TO_YOUR_IMAGE" /> full code: <li><a id="more_info_tab_more_info" href="#idTab1"><img src="URL_TO_YOUR_IMAGE" /></a></li> Link to comment Share on other sites More sharing options...
navid68 Posted December 28, 2013 Author Share Posted December 28, 2013 Thanks Vekia, I installed Lof Advance Footer free module and solved it using the html code. As I am not a developer, I avoid changing the code because I find it easier. Link to comment Share on other sites More sharing options...
vekia Posted December 29, 2013 Share Posted December 29, 2013 just wondering how you changed product tab with lof advanced footer module Link to comment Share on other sites More sharing options...
navid68 Posted December 31, 2013 Author Share Posted December 31, 2013 Well... this is my solution: create a block with type custom_html and add the following html: <div class="custom-content"> <a href="http://www.site.com/en/authentication?back=my-account"> <img style="float: left;" src="http://www.site.com/img/cms/login.jpg" alt="Login" width="60" height="55" /> </a> </div> Suggestions are always welcome Navid Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now