• Resolved mlesoing

    (@mlesoing)


    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

    (@wen-solutions)

    Would you please provide the link of your site?
    Thanks

    Thread Starter mlesoing

    (@mlesoing)

    It’s https://imaartistsregistry.com/ It’s at the far bottom, where it says the theme name.

    WEN Solutions

    (@wen-solutions)

    Can you wrap the <span class="meta-separator" aria-hidden="true">?</span> to
    <span id="site-admin-link"> <a href="https://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="https://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

    (@mlesoing)

    Thanks, WEN Solutions. I’ll try that.

    WEN Solutions

    (@wen-solutions)

    Sure, try it. If not work, feel free to ask. I will try my best to solve your issue. Thanks

    Thread Starter mlesoing

    (@mlesoing)

    Which template would that code be in?

    WEN Solutions

    (@wen-solutions)

    Try to find on footer.php

    Thread Starter mlesoing

    (@mlesoing)

    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

    (@tomasm)

    Thread Starter mlesoing

    (@mlesoing)

    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.