• davidtruog

    (@davidtruog)


    I’d like to remove the “Proudly Powered By WordPress” text (and link) that appears by default at the bottom of every page. I’ve looked through all the Customize options for the Blank Canvas theme but I don’t see how to do it. Suggestions much appreciated!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • supernovia

    (@supernovia)

    Hi, you can hide it with a little CSS added under Additional CSS in Customize:

    .site-info {
    display: none; 
    }
    Thread Starter davidtruog

    (@davidtruog)

    @supernovia That did eliminate the WordPress tagline, but it also eliminated the navigation link to the home page. Does this theme not have an option in the settings to just remove the tagline? And if not, is there a simple way to remove only the WordPress tagline while leaving in the link to the home page? Thanks for your help, much appreciated!

    supernovia

    (@supernovia)

    I see. Try this; it’s more specific:

    .site-info .imprint, .site-info .comma {
      display: none;
    }

    Our themes do give credit to WordPress and don’t have a built-in option to turn it off.

    Thread Starter davidtruog

    (@davidtruog)

    @supernovia Thanks, that worked. Is there documentation somewhere I could look at to learn more about how to make customizations like these?

    jerrysarcastic

    (@jerrysarcastic)

    Hi there,

    We offer some direction on where you can get started here, including links to further resources at the bottom of the page: https://wordpress.com/support/css-basics/

    Hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove “Proudly Powered By WordPress”’ is closed to new replies.