Announcement

Collapse
No announcement yet.

Removing Login Icon Image

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

    Removing Login Icon Image

    I have a website where I do not want registration or login, so do not want the little icon or image of a head and body at the top of the page and the word Login. I have removed the word Login by removing entries regarding Login in the Links, and have also deleted the Login image files. However the little person is still there. Any ideas as to how to remove this?

    Sarah

    #2
    You can change it in Design Library the Shopping Links contains the login link which you can comment out such as <!-- CODE --> to hide it, or remove it.
    Code:
    <Actinic:NOTINB2B>
    <li>
    <a href="<actinic:variable name="LoginPageURL" />" onclick="AppendParentSection(this)"><img src="my-account.png" /></a>
    <span><actinic:variable name="NavigationIcon" value="Login Basic Link" /></span>
    </li>
    </Actinic:NOTINB2B>
    Peblaco

    Comment


      #3
      Thanks. That worked perfectly. I commented out just in case I change my mind later.

      Sarah

      Comment

      Working...
      X