Title: Removing text Using Tiny Framework
Last modified: August 30, 2016

---

# Removing text Using Tiny Framework

 *  Resolved [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/)
 * I’d like to remove the text at the bottom of every page, Using Tiny Framework,
   with the Site Admin and Logout. I’d rather just keep it clean looking with my
   site copyright.
 * Anyone know how to do that?
 * Thanks much!

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725650)
 * Would you please provide the link of your site?
    Thanks
 *  Thread Starter [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725695)
 * It’s [http://imaartistsregistry.com/](http://imaartistsregistry.com/) It’s at
   the far bottom, where it says the theme name.
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725727)
 * Can you wrap the `<span class="meta-separator" aria-hidden="true">•</span>` to
   `
   <span id="site-admin-link"> <a href="http://imaartistsregistry.com/wp-login.php"
   >Log in</a></span>` with one class name?
 * Example:
 *     ```
       <div class="footer-site-info">
       <span class="meta-separator" aria-hidden="true">•</span>
       ------------
       --------
       -----------
       <span id="site-admin-link"> <a href="http://imaartistsregistry.com/wp-login.php">Log in</a></span>
   
       </div>
       ```
   
 * If you can then do it and write the below CSS
 *     ```
       .footer-site-info{
       display:none;
       }
       ```
   
 * Note: Child theme is recommended to customize theme.
    Thanks
 *  Thread Starter [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725741)
 * Thanks, WEN Solutions. I’ll try that.
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725742)
 * Sure, try it. If not work, feel free to ask. I will try my best to solve your
   issue. Thanks
 *  Thread Starter [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725743)
 * Which template would that code be in?
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725744)
 * Try to find on footer.php
 *  Thread Starter [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725745)
 * I think this is over my head. I’m in the footer template and I see a few things
   that might be the code you are talking about. But I”m not sure where to put things.
   I don’t want to mess up something else! Maybe I’ll have to live with the theme
   name at the bottom!
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725751)
 * Please see:
 * [http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Hide-Tiny-Framework-credit-link](http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Hide-Tiny-Framework-credit-link)
 *  Thread Starter [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * (@mlesoing)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725752)
 * Thanks, Tomas! I’ve been trying to figure this out, but I have to accept it’s
   beyond my abilities. I am using Tiny Framework, not sure about using a child 
   theme. Still haven’t learned how to do things like “uncomment”. I thank you much
   for your help, but I think I’m going to have to leave the credit at the bottom.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Removing text Using Tiny Framework’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-framework/2.3.1/screenshot.
   png)
 * Tiny Framework
 * [Support Threads](https://wordpress.org/support/theme/tiny-framework/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-framework/reviews/)

## Tags

 * [remove meta](https://wordpress.org/support/topic-tag/remove-meta/)
 * [remove theme](https://wordpress.org/support/topic-tag/remove-theme/)

 * 10 replies
 * 3 participants
 * Last reply from: [mlesoing](https://wordpress.org/support/users/mlesoing/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/removing-text-using-tiny-framework/#post-6725752)
 * Status: resolved