Hello,
I have searched around and I cannot find the answer to this question. I am currently trying to modify my user login block. I created a new block and put my code in there. I have one line that uses this:

" method="post" id="user-login-form">

My problem is that when viewing in a browser it is pulling the css for #user-login-form from the /modules/user/user.css file. I've tried adding the #user-login-form to various css style sheets in my own theme, but I can't change the css for this css ID. I could go in and edit the user.css file, but I didn't want to do that since it is a core module file. Am I missing something? What is the best way to do this?

Thank you.

Comments

hewhowearsascarf’s picture

Sorry, it looks like I figured it out. I added it to a different stylesheet in my own theme and it worked fine. Must have been something weird with the style.css. I would delete this topic if I could.