How do I remove the ‘focus’ logo at the bottom of the homepage?
1 Answers
Hi !
You can Log in to Dashboard > theme option > add code following :
<style>
#colophon.dark #site-info .small-logo {
background: none;
}
</style>
Regards,
Dominic
Please login or Register to submit your answer