0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Lock button

  • Lock button

    Posted 13 years 5 months ago
    • Hi, how do i disable the little lock button in the upper right hand corner of the Affinity template, so it doesnt show at all?
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Lock button

    Posted 13 years 5 months ago
    • Can you please provide a link to your site so I can take a closer look?

      Please check the Top Tips for Support for the info we need to provide the quickest and best response.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: Lock button

    Posted 13 years 5 months ago
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: Lock button

    Posted 13 years 5 months ago
    • I think its in the templates HTML at the top.

      Look for and remove
      <span id="lock-icon" class="login"></span>
    • Kiss my RSS
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Lock button

    Posted 13 years 5 months ago
    • Hi Adamck,

      My advice would be to open style2.css and at line 37 find the following code...
      #lock-icon.login {
          background: url("../images/style2/topbar-buttons.png") no-repeat scroll -32px 0 transparent;
      }
      Now change this so background is none...
      #lock-icon.login {
          background: none no-repeat scroll 0 0 transparent;
      }
      Padlock is now gone but Login text remains.

      If this resolves your problem then please edit your first post in this thread by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: Lock button

    Posted 13 years 5 months ago
    • I think both ways will work David as the text is below the code i recommended he removes :)
    • Kiss my RSS
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Lock button

    Posted 13 years 5 months ago
    • Hi Adam,Adamck wrote:
      I think both ways will work David as the text is below the code i recommended he removes :)
      My mistake - I was meant to reply to Brett but didn't scroll back high enough to start of post :oops:

      You are right - both ways will work. I tend to find that when people make a mistake it is easier to track down in css than the index.php file, usually less destructive too :cheesy:

      Cheers

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information

Time to create page: 0.063 seconds