LegendJack Posted July 5, 2014 Share Posted July 5, 2014 (edited) Hi, I want to change the links that are on the bar above the logo, but I do not know where to put your hands, exactly would change the link to the written contacts, Use the version 1.6.0.8 Edited July 6, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 5, 2014 Share Posted July 5, 2014 hello each link that you see there is a part of different module :-) contact us - is a block contact infos module english - is a block languages module sign in - is a block user info module if you want to add new link there - just use module. for example - free html box with this module you can add own content to "displayNav" position. it's a position where all mentioned above modules appears. just add there code to display new link, something like <a href="http://mypresta.eu" class="myTopLink">MyLink</a> and in css styles use: .myTopLink{ display: block; color: white; font-weight: bold; padding: 8px 10px 11px 10px; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); cursor: pointer; line-height: 18px; } Link to comment Share on other sites More sharing options...
LegendJack Posted July 5, 2014 Author Share Posted July 5, 2014 I only need to change the link to contacts us,but do not know where to start hehe Link to comment Share on other sites More sharing options...
vekia Posted July 6, 2014 Share Posted July 6, 2014 it's a blockcontact module link is created in file: /modules/blockcontact/nav.tpl or if exists in : /themes/YOUR_THEME/modules/blockcontact/nav.tpl you just have to modify href="" param there. 2 Link to comment Share on other sites More sharing options...
LegendJack Posted July 6, 2014 Author Share Posted July 6, 2014 Thanks man Link to comment Share on other sites More sharing options...
vekia Posted July 6, 2014 Share Posted July 6, 2014 you're welcome :-) i marked topic title as solved with regards, Milos 1 Link to comment Share on other sites More sharing options...
Recommended Posts