Home › Forums › Claremont Pro › footer attribution › Reply To: footer attribution
June 24, 2019 at 11:10 am
#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.