Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Footer › Reply To: Footer
May 1, 2013 at 9:13 am
#618

Keymaster
Thanks for posting this to the forum. You can do this two ways –
1) You can replace existing text with a HTML of your own in the Footer tab of the Theme Options panel like this –
Powered by Apple servers and seen best on IBM smartphones.
2) You can hide it completely by using the following pasting following CSS into Custom CSS tab in options panel –
#footer-text { display: none; }
Hope this helps.