Closed (fixed)
Project:
iTweak Login
Version:
6.x-1.10
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 00:05 UTC
Updated:
21 Jan 2010 at 06:44 UTC
Nice module. I have the register button enabled and everything else set to their defaults. How can I get rid of the bullet for Request New Password and flush Remember Me, the Login and Registration buttons, and the Request New Password link to the very left so they’re aligned with the Username and Password fields?
Comments
Comment #1
iva2k commentedAssuming you are familiar with HTML and CSS...
First, look at the source of the page with login block. Then find style.css file for your theme (or create a custom stylesheet if theme supports it), and add statements to change the style of the elements you want. The trick is to properly write the filters that grab the right component... something like this:
Comment #2
iva2k commented