Change sign in form HTML structure.
Hi Folks,
I am updating the styling of our log in page through Khoros Studio and have managed to make most of the changes I need, however I'm looking for guidance on how to approach a couple of things:
- How would I go about changing the tile of the page?
- I'd like to get the "remember me" checkbox and "Forgot username/password" link on the same line, I know I could hack in some CSS to do this but wanted to know the correct approach for this? I'm guessing some for of over-ride or custom element so I can get the html structure right?
I'm new to Khoros and trying to work towards Khoros best practices as much as possible. I have attached screenshots of our current and desired states.
I'm not sure if this is what you are looking for, but I have found it very helpful. On the page tab in studio if you switch to XML view you can add parameters to the page components. One parameter you can add is "wrapper" which lets you wrap a component in a div with a class of your choice. If you have multiple components with the same wrapper class that are adjacent to each other they will all be added to the same div. This makes styling them easier.
example: wrapper="ak-tkb-article-main"