Jump to content

How can i edit very top navbar? (not horizontal menu)


Recommended Posts

Hello,

 

i did search a lot and check every single module but i couldnt find anything about editing very top navbar items not horizontal menu i mean the navbar that has contact, login, language select etc. anyone can help me?  :rolleyes:

 

 

 

edit: im using 1.6.0.14

Edited by trksyln (see edit history)
Link to comment
Share on other sites

okay

so let's clarify what exactly you want to edit

here is the screenshot of the front office navbar items

6kbJwpT.png

so, you're reffering to point 3

as nemo mentioned these things are modules. They are stored in:
- modules/blockuserinfo/
- modules/blockcontact/
- modules/blocklanguages/
- modules/blockcurrencies/

to edit these modules design, go to directory:
- themes/YOUR-THEME/css/modules/
you can edit styles of these modules there

to edit code of these modules, open module directories in:
- themes/YOUR-THEME/modules/

you can find there .tpl files - these files store html code that appears in front office

Link to comment
Share on other sites

i disabled 1 & 2 i dont need them but "blockcontact\nav.tpl" gave me exacly what i wanted, now i can add how many buttons i want. Thanks for help.  ^_^

<div id="contact-link">
<a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a>
</div>
Link to comment
Share on other sites

×
×
  • Create New...