Hello nucleoempresarial,
Please provide the site url so we can help you with the custom css.
Kind Regards,
Manoj
Thread Starter
nucleo
(@nucleoempresarial)
Hello,
Here is the site url: https://bit.ly/2MKh2Qj
I’ve actually hidden the copyright bar by using the same background color of the other widgets of the footer. But I would like to remove it.
Thank you.
Hello nucleoempresarial,
To hide the copyright you need to apply below given css in your style file.
div.copyright-bar {
display:none;
}
I hope the above was helpful.
Kind regards,
Manoj
Thread Starter
nucleo
(@nucleoempresarial)
Thank you! It worked perfectly.
Theme Author
Tom
(@edge22)