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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now