thecity / thecity-login-wordpress

A WordPress plugin that allows users to login direclty to The City from your WordPress website.
1 stars 0 forks source link

CSS is overwriting the theme CSS #3

Open claykitchens opened 11 years ago

claykitchens commented 11 years ago

Hi, @weshays ! I believe the plugin appkit.css file is overwriting the theme's .css styling. Any suggestions?

Thank you!

weshays commented 11 years ago

The stylesheets have a namespace (thecity_login.css). For example the plain login uses ".thecity_login_normal_plain ..." and ".thecity_login_inline_plain ... ". My guess is that it could be coming from thecity_appkit.css.

What is the URL to the page? I looked around http://alpinecoc.org and checked out http://alpinecoc.org/the-city but it looked fine to me.

claykitchens commented 11 years ago

I renamed thecity_appkit.css to ... appkit.old, so the website looks normal. The only thing is that the username and password fields to not fill the width of the sidebar. If I rename the file back to .css, then it changes the text to gray and appears to put a shadow on it. Thank you for looking at it!

On Wed, Aug 14, 2013 at 7:07 PM, Wes Hays notifications@github.com wrote:

The stylesheets have a namespace (thecity_login.css). For example the plain login uses ".thecity_login_normal_plain ..." and ".thecity_login_inline_plain ... ". My guess is that it could be coming from thecity_appkit.css.

What is the URL to the page? I looked around http://alpinecoc.org and checked out http://alpinecoc.org/the-city but it looked fine to me.

— Reply to this email directly or view it on GitHubhttps://github.com/thecity/thecity-login-wordpress/issues/3#issuecomment-22676973 .

kirstenkeister commented 9 years ago

I am experiencing the same issue. @weshays thecity_appkit.css is definitely the culprit as several of the styles in that file are universal and not namespaced. In my case, specifically, it's affecting the styles for h1, h2, h3, h4, h5, h6 and making those tags gray and condensed. If you want to see it in action, go to http://dev.truroanglican.com/ and check out the Connect menu dropdown headers.