Hi
firstly thanks for making Shapely - it’s a great theme. I have two questions for my site (www.anew.nz)
- I have purchased a license. How do I use it to remove the copyright footer?
- How do I change the body text font colour to black?
Thanks
Roger
Hi
firstly thanks for making Shapely - it’s a great theme. I have two questions for my site (www.anew.nz)
Thanks
Roger
Hello Roger
.footer .footer-credits {
display: none;
}
body {
color: #000000;
}
CSS codes can be added in the appearance > customize > additional css
Thanks for this - much appreciated
You are welcome