Support » Theme: Baskerville » Remove '-Powered by WordPress' in Footer

  • Resolved melskell

    (@melskell)


    Hi,

    I would like to remove the ‘-Powered by WordPress’ line in the footer BUT KEEP the Copyright line.
    I would also like to know where to locate your ‘Theme by….’ and link on the bottom right please.

    It’s great theme and I’m grateful for your help and will certainly spread the word when my site is finished, but I would like to add my own links in the footer, so it’d be great if you can point me to this.

    Thanks
    Mel

Viewing 4 replies - 1 through 4 (of 4 total)
  • simply edit your footer.php file and erase anchor tags (href) .

    Theme Author Anders Norén

    (@anlino)

    Hi melskell,

    To hide the “Powered by…” and ”Theme by…” text in the credits, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .credits-left span,
    .credits-right span { display: none; }

    Let me know how it goes.

    – Anders

    Hey Anders

    I installed Simple Custom CSS and entered the code but nothing happened. How do I remove the “Powered by…” and ”Theme by…” text?

    Many thanks

    Ivor

    http://iamivor.co.uk

    @iamivor, that’s not a Baskerville theme you are using.
    for Fukasawa, another Anders theme, you can add the following css using the same plugin “Simple Custon Css” to hide the entire credits division:

    div.credits { display: none; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove '-Powered by WordPress' in Footer’ is closed to new replies.