Reply To: Footer

#618
livemesh
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.