• Resolved nicoleWP

    (@nicolewp)


    Anyway to remove “Proudly powered by WordPress
    Theme: Rebalance by WordPress.com.” and replace with my own copyright info? I have linked my site to wordpress.com as I have Jetpack installed. Not sure if that is causing the issue because apparently only the www.remarpro.com version of this theme has the Powered by WordPress Footer credits, the wordpress.com version doesn’t. I don’t really want to have to create a child theme or edit the theme PHP files.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Please try adding the CSS below to the site in Appearance > Customize > Additional CSS:

    
    /* Hide default theme footer credits */ 
    .site-footer .site-info {
        font-size: 0;
    }
    
    /* Add custom copyright to the footer */
    .site-footer .site-info::after {
        content: "? My Custom Copyright";
        font-size: 16px;
    }

    Replace ? My Custom Copyright with the text you want to add.

    If the CSS doesn’t appear to work, please post a link to your site so I can take a closer look.

    Thread Starter nicoleWP

    (@nicolewp)

    Thanks, Gary. That worked. Sorry for my late response. (Sorry for my typos!)

    • This reply was modified 4 years, 2 months ago by nicoleWP.

    You’re welcome, glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove “proudly…” extra footer text and replace with own copyright info.’ is closed to new replies.