• Hi, can you please provide me a custom css code to remove the line at the very end of site which says Proudly powered by WordPress {Theme: TheShop by aThemes}. I have WP custom code css plugin installed.

Viewing 1 replies (of 1 total)
  • Hello @misstalkaholic,

    Please try to use the following CSS code. But please note that it will hide (not remove) that line.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    footer#colophon.site-footer > div.site-info.container {
        display: none;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the footer credit’ is closed to new replies.