Jump to content

[SOLVED] How to change link "contact us" in nav bar?


Recommended Posts

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

×
×
  • Create New...