Almost all browsers have a dev tool. Go to the site where you see the feature you want and right click on an element such as the log in button and click "inspect element" in the context menu. Look over the html there and then get the source code for the page and locate the same code in there. That should get you started on your template edit. You may have to figure out how the conditionals work, etc.
|