• Resolved llong

    (@llong)


    Hi,

    I have tried for weeks now to change the copyright info in the footer but can’t find anywhere in the code to do this. It’s driving me insane, and needless to say, my boss is frustrated.

    Also, I’ve tried removing the titles in pages, but it only works in explorer but not when it’s viewed on a mobile phone.

    Any help would be much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there llong,

    How are you doing today?

    The easiest way to change the copyright info would be to edit your theme footer.php (Ideally you’d want to use child theme, make a copy of footer.php and make the changes there so you don’t lose it once you update the theme). You can replace the code there with this one https://pastebin.com/Zi5fH3eE, on line 28 replace dummy text with your own text.

    As for removing page titles please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .page header h2 {
        display: none;
    }

    This should remove titles only on pages.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter llong

    (@llong)

    Thanks Bojan.

    Wow. I tried to change both of these for three weeks–maybe I should have submitted a question to this forum sooner!

    thanks again!

    T

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Copyright info in the footer and removing title from pages’ is closed to new replies.