Tagged: footer, remove link
Hello,
is there a way to remove Enfold Theme by Kriesi signature in the footer via UI?
The [nolink] shortcode is not an acceptable option for the project.
Thank you
Hey e1401,
You can override footer.php in a child theme, look for this line and remove it in your child theme file:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Best regards,
Rikard
I was having the same issue. Thank you for this.