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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13295
    kez48
    Participant

    Hi, I’ve gone into the footer.pho file of your theme and can’t fathom out how to remove ‘Powered by WordPress  Theme: Azuma’ from the footer. Can you help me?

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Footer Text ‘Powered by WordPress Theme: Azuma’’ is closed to new replies.