Hi,
We are glad you like our theme.
We are providing you some easy steps and CSS to remove footer that say “Design & Developed by Logical Themes.”
Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
span.credit-link.text-right {
display: none;
}
If you need any other help please let us know.
Thanks
But the link Logical Themes in the copyright footer is still there.
And I would also like to know how to remove the Home link in the right up side menu while keeping the other links. I cannot find where i can remove the Home button.
Hi,
We are providing you with some easy steps and CSS to remove footer that says copyright.
Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
.copyright.text-center p {
display: none;
}
If you need any other help please let us know.
Thanks