Home Forums Claremont Pro footer attribution

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7617
    Boris Gutierrez
    Participant

    how can i remove the attribution?

    #7618
    Yazmin
    Keymaster

    In your dashboard, go to ‘Appearance’ > ‘Customize’ > ‘Site Identity’ > ‘Site Copyright’

    Enter your own text here and it will replace the standard attribution text.

    You can also enter HTML markup (for links, images etc.) here as well as text if you need to.

    #7619
    Yazmin
    Keymaster

    If you don’t want to replace it, and just want to remove it, consider adding this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .site-footer .site-info {
        display: none;
    }
    
    .site-footer .theme-info {
        width: 100%;
        float: none;
        text-align: center;
    }

    This will remove the attribution from the left of the footer and make the right-side footer content centered.

    #7622
    Boris Gutierrez
    Participant

    Thank you.  I’m all set now

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘footer attribution’ is closed to new replies.