Hi, you can’t without infringing copyright of headthemes. In the other thread, I mentioned their plugin that allows that: https://headthemes.com/head-plus/
On the site I used headblog (before the plugin existed) I also really didn’t want the footerinfo, I simply made it the same color as the background, so it is still there, but you can’t see it.
-
This reply was modified 7 years, 3 months ago by
itonic.
Thanks! How can I change the colour?
I’ve tried
.footer-credits {
background-color: #ffffff;
clear: both;
}
But it doesn’t work (this works when I inspect the function and modify to test however)?
Found it! I had to use the wordpress>appearance>editor and change the colour value for the .footer-credits. Confused why the additional CSS didn’t override this though but hey!