• Resolved fireydrantpets

    (@fireydrantpets)


    New to WordPress and I don’t know how to change my copyright at the bottom. I have googled and googled it and the videos mention something regarding the editor button, but for some reason my theme does not offer that. I was able to edit it a little by putting in my company name, but then it still shows the theme/creators information. I just want to remove that part and not sure how.

    And if you guys know where else the editor button may be that would be much appreciated! I looked under ‘Appearances’ and it’s not there. Nor under Themes.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @fireydrantpets,

    We can remove the copyright text with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css

    h4.site-copyright.secondary-font {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter fireydrantpets

    (@fireydrantpets)

    This removes the whole copyright section. I want the copyright to just have my name. Not just the themes name. Is there a way to get rid of just the theme name?

    Theme Author themeinwp

    (@themeinwp)

    Hi there,

    Thanks for posting in.

    Regarding your support query, Please go to WordPress Dashboard navigate to Appearance >> Customize >> Additional CSS and add below CSS:

    .copyright-area .site-info {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    }

    Note: Try to adjust the max-width properties if necessary.

    Thanks.

    Thread Starter fireydrantpets

    (@fireydrantpets)

    thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing/Editing Copyright’ is closed to new replies.