How to Delete "Currently logged in as admin" from Footer?
Permalink
Hi all,
I'm a newbie using a newly installed 5.8 Fundamental theme (using Chrome). I want to delete the "Currently logged in as admin" from the footer.
I tried to add this CSS in the Custom CSS:
.footer-sign-in { display: none; }
But it didn't work. I've attached an image of the problem area.
Thanks for any advice.
-Sean
http://nanocrit.com
I'm a newbie using a newly installed 5.8 Fundamental theme (using Chrome). I want to delete the "Currently logged in as admin" from the footer.
I tried to add this CSS in the Custom CSS:
.footer-sign-in { display: none; }
But it didn't work. I've attached an image of the problem area.
Thanks for any advice.
-Sean
http://nanocrit.com
If you check the footer.php in your theme you should be able to remove that. You will likely have to clear the cache to see the change.
Thank you for the speedy response hutman.
Unfortunately, I do not know where the footer.php lives in the theme. If you could be more detailed, I would be very appreciative.
Thanks and best,
Sean
Unfortunately, I do not know where the footer.php lives in the theme. If you could be more detailed, I would be very appreciative.
Thanks and best,
Sean
Try changing your custom CSS to
.c5h-signin { display:none }
Dear Weyboat,
Thanks so much! That worked. I love Concrete5 community.
Cheers,
Sean/Scraps
Thanks so much! That worked. I love Concrete5 community.
Cheers,
Sean/Scraps