REVOLUTIONS inc. Posted October 19, 2013 Share Posted October 19, 2013 Please matt stop hard coding this stupid ass annoying thing. tell me how to remove it or alter it or I am done with WHMCS. I can not get any sliders or front page anything to display properly cause of that damn thing. And don't reply with "there shouldn't be a need" yes matt you selfish man, I HAVE A NEED!!!!!!! I paid for or it, I have a need to change it to work the way I want it to work. 0 Quote Link to comment Share on other sites More sharing options...
alinford Posted October 19, 2013 Share Posted October 19, 2013 I moved mine to the left side with CSS, so there is no reason you can hide it using CSS. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted October 19, 2013 Share Posted October 19, 2013 You can definitely hide it with CSS or re-style it. For anyone who's interested I have re-styled it. You can use the following CSS: .adminreturndiv { background: #000 !important; color: #fff; width: 150px; right: 9px !important; top: 40px !important; position: fixed !important; border: #fff 1px dashed; text-align: center; text-shadow: none !important; } .adminreturndiv a { color: #fff !important; } or you can remove it with: .adminreturndiv { display: none !important; } ^ Unfortunately the CSS has to be messy with !important because it uses inline CSS. Regards, Jack 0 Quote Link to comment Share on other sites More sharing options...
vec Posted October 19, 2013 Share Posted October 19, 2013 I use to browsers for that. I'll run WHMCS in IE and then use chrome to go into my site.... fixed.... 0 Quote Link to comment Share on other sites More sharing options...
REVOLUTIONS inc. Posted October 20, 2013 Author Share Posted October 20, 2013 You can definitely hide it with CSS or re-style it. For anyone who's interested I have re-styled it. You can use the following CSS: .adminreturndiv { background: #000 !important; color: #fff; width: 150px; right: 9px !important; top: 40px !important; position: fixed !important; border: #fff 1px dashed; text-align: center; text-shadow: none !important; } .adminreturndiv a { color: #fff !important; } or you can remove it with: .adminreturndiv { display: none !important; } ^ Unfortunately the CSS has to be messy with !important because it uses inline CSS. Regards, Jack Thanks Jack, I will try these. I want it I just need it in the footer for non client and front pages, I use the revolution slider and a few others that are full screen width and that thing keeps the loader from working cause the adminreturn works with a float over all of some kind. I tried to restyle it and it will not move from the top of the pages. I can only get it to go left or right and stretch. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.