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

1 Attachment

 
hutman replied on at Permalink Reply
hutman
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.
Scraps replied on at Permalink Reply
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
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Try changing your custom CSS to
.c5h-signin { display:none }
Scraps replied on at Permalink Reply
Dear Weyboat,

Thanks so much! That worked. I love Concrete5 community.

Cheers,
Sean/Scraps