Copyright CSS footer
The topic ‘Copyright CSS footer’ is closed to new replies.
Need help? Check out our Support site, then
Hi, hope all is well.
Just wanted to know what CSS do I use to add copyright to this theme
I’ve tried:
.footer-bottom:after {
content: “© 2017 Team BrightView | “;
}
but, it doesn’t fall under the beginning of the div/column
I also tried:
.clearfix:before {
content: “© 2017 Team BrightView | “;
}
.pull-left:after {
content: “© 2017 Team BrightView | “;
}
but, it shows at the top of the page/header as well.
Please advice,
Vicki
The blog I need help with is: teambrightview.com
Hello Vicki,
Please try this custom css:
.site-info:before {
content: "© 2017 Team BrightView | ";
}
Best,
Taras
Thanks so much.
Vicki
You are welcome, Vicki!
The topic ‘Copyright CSS footer’ is closed to new replies.