Home Forums Azuma Change Footer Text ‘Powered by WordPress Theme: Azuma’ Reply To: Change Footer Text ‘Powered by WordPress Theme: Azuma’

#13302
Yazmin
Keymaster

If you just want to hide it from view, add this custom CSS at ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

.site-footer .site-info {
    display: none;
}

If you want to change/replace the text, then an upgrade to Azuma Pro will give you this option.