ringo Posted June 7, 2015 Share Posted June 7, 2015 Any way to remove the languages drop down from the login page? Any help is appreciated. Link to comment Share on other sites More sharing options...
Dennis Posted June 8, 2015 Share Posted June 8, 2015 Using the following CSS code should make it dissappear: #ctl00_ContentPlaceHolderMain_Login1_PanelLogin > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(7), #ctl00_ContentPlaceHolderMain_Login1_PanelLogin > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(8) { display:none } 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