I am trying to do some costumized CSS to remove the border-top from the footer copyright bar. I am using the efor-child theme and have tried to write the new css-code in the “theme editor” and the Wp Admin > Appearance > Customize > Additional CSS but nothing changes?
What am i doing wrong?
I am using this code:
.site-footer .site-info {
border-top: none;
}