- This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘footer attribution’ is closed to new replies.
Home › Forums › Claremont Pro › footer attribution
how can i remove the attribution?
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.
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.
Thank you. I’m all set now