Jump to content

Remove the "Logged In As Administrator" from top


Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated