Ynd21 Posted February 15, 2016 Share Posted February 15, 2016 Hey guys, I'm trying to add a logo to the login page of TCAdmin. I'm able to add it via Inspect Element (http://screencast.com/t/Ix79x7S8V) .TCAdmin_LoginContainer::before { position: absolute; content: url("urlpath"); margin-top: -250px; margin-left: 50px; } but when I add the code to custom.css, it isn't actually being displayed. Anyone have any ideas, or know which file I need to modify to use inline styling? Thanks! Link to comment Share on other sites More sharing options...
Dennis Posted February 15, 2016 Share Posted February 15, 2016 .TCAdmin_LoginContainer::before { position: absolute !important; content: url("urlpath") !important; margin-top: -250px !important; margin-left: 50px !important; } Should do the trick Link to comment Share on other sites More sharing options...
Ynd21 Posted February 15, 2016 Author Share Posted February 15, 2016 (edited) Should do the trick Thanks for getting back to me. Tried that already before, still not showing up. Its weird, if I inspect element and look at the css it's calling the code, just not displaying it. I've made sure I tried incognito in Chrome, Private Browsing in Firefox etc etc. (http://screencast.com/t/RLJ9XO5W0d) -- I know the code works though, since its working via Inspect Element (http://screencast.com/t/GsuBatZM0hQU) Think of anything else? Was thinking I could find the template file and just inline style it, but when I open login.aspx it just tells me its a holding file Edited February 15, 2016 by Ynd21 Link to comment Share on other sites More sharing options...
Dennis Posted February 17, 2016 Share Posted February 17, 2016 Does the code get added to the custom CSS if you inspect? Link to comment Share on other sites More sharing options...
Ynd21 Posted February 18, 2016 Author Share Posted February 18, 2016 Yep totally does which is weird lol. I see the code via inspect but it's not activating. I'm sure I'm messing something up just can't put my finger on it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now