Announcement

Collapse
No announcement yet.

Amending navigation options

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Amending navigation options

    I'm using text navigation and want to amend certain of the options (remove one and change the text of another). How do I do this?
    Thanks
    David

    #2
    Hi there,

    In order to remove text links, in Actinic if you go to Design | Options | Navigation and remove the description and the image of the unwanted navigation text.

    In order to add a custom link please go to Advance | Template Manager | Main and click on the 'primary' button.

    Than please locate the variable NETQUOTEVAR:FOOTERGUIDE and place this line of code after the variable (altering the path of link and:

    <a href="http://www.yahoo.co.uk"><span class="actxxsmall"> [ <b>Test</b> ]</span></a>

    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      Thanks for that - when I remove the text descriptions the suqre brackets still appear: any idea of how to remove them?

      Comment


        #4
        Ensure that you also remove the image which will eliminate the sqaure brakets.
        Thank You
        Menar Khan

        Comment

        Working...
        X