• Resolved santomian

    (@santomian)


    In the footer area, there’s text that reads Theme By: ThemeHall. How do I remove this? I tried going directly into the html but I was unable to find that line in the code. Also, I’d like to center the copyright info. Any help would be appreciated. Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • I am having the same problem. I found the code under hooks but when I tried to take the space out between 2014 (year) and the . it crashed the whole site. Please help!

    Me too, I want to remove that.

    A possible clue:

    <p class="credit">
    
        Theme by 
    
        <a title="themehall.com" href="https://www.themehall.com">
    
            themehall.com
    
        </a>

    Now, we have to find the php file which make this.

    I’ve solved that by adding in my css file

    .footer-content {
    display: none;
    }

    it removes the part with copyright also but that is simply placed back anywhere you want in your blog…

    Thread Starter santomian

    (@santomian)

    Thanks for that Melody62! It worked but now I can’t seem to get the copyright info to show after placing it back on the blog. How exactly did you do it?

    Hey guys,

    You can remove that specific part by adding the following CSS code:

    p.credit {
    display: none;
    }

    This should remove only “Theme By: ThemeHall” part and not the whole footer.

    Happy new year!

    Cheers,
    Bojan

    @santomian

    I am not using that theme anymore but if the tip from Bojan does not work for you…

    You can add the copyright code in, for example, a widget in a sidebar.

    Thread Starter santomian

    (@santomian)

    Thanks Bojan that took care of it! And thanks again Melody62.

    Hi, I have the same problem now,
    and it didn’t work for me ??

    how’d you do it exactly pls?
    Thank you so much.

    I’ve been stucked with this for weeks yet still couldn’t remove it ?? I’m a beginner and guess I’m doin it wrong.

    Please help. thanks so much!

    https://www.pingconmarketing.com/

    Hey there Pia,

    How are you today?

    I don’t see code added when inspecting your site. Since the theme has it’s own custom CSS tab which is located in Appearance >> Customize >> CSS you can try adding the code there, see screenshot https://screencast.com/t/qNMIwxi8ZUX.

    p.credit {
    display: none;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Hi, Bojan!

    I’m happy and grateful for your help. Hope you’re doin’ great, as well.

    Thanks so much for helping me out.

    I inserted the code both to the simple custom css plug-in, which is a great plugin; and to the theme’s custom css, which thanks to you for your screenshot ??

    Everything is in place accordingly now. thanks so much really!!!! ??

    Glad I could help ??

    Cheers,
    Bojan

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Changing the Footer’ is closed to new replies.