Viewing 6 replies - 1 through 6 (of 6 total)
  • What theme are you using? Can you post a link to your site with the child theme active?

    Thread Starter Ashish Dung Dung

    (@ashishdungdung)

    Right now using Twenty Sixteen theme. Child theme is currently active www.ashishdungdung.com

    The site you linked doesn’t appear to be using the Twenty Sixteen theme; it looks like it’s using the Sydney theme.

    If you’re still planning on using the Sydney theme, you could hide the credits with this CSS:

    .site-info {
      display: none;
    }

    Since you appear to be using a caching plugin, you’ll likely have to temporarily disable the plugin and flush the cache before you’ll see any changes.

    Thread Starter Ashish Dung Dung

    (@ashishdungdung)

    Fortunately, you can use the same CSS:

    .site-info {
      display: none;
    }

    And to keep the social media icons positioned on the right:

    .site-footer .social-navigation {
      margin-left: auto;
    }

    Since you appear to be using a caching plugin on this site as well, you’ll likely have to temporarily disable the plugin and flush the cache before you’ll see any changes.

    Thread Starter Ashish Dung Dung

    (@ashishdungdung)

    Thanks for your help! Really appreciate it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to Remove Default Footer Credits ?’ is closed to new replies.