• Hi! I’d like to know how I can remove the Text after the Copyright Text in the Footer. I could edit the Copyright Text in the ‘Customize’ options in the toolbar, but I couldn’t remove the Text ‘Read More by Acme Themes’. Can anybody help me please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ppcmd,
    Thank you so much for using our theme Read More. If you want to remove the Powered by Text on the footer, you need to customize the theme or we can hide that section with custom css.
    1. You will find that codes on acmethemes/hooks/footer.php file of the theme.
    You can customize that file and change or edit or hide that text from there as well.
    Note: Child Theme is recommended to customize theme.

    Or,

    2. Add the below css codes to hide that section. Add the css codes on Appearance > Customize > Additional CSS

    .footer-copyright.border.text-center {
        display: none;
    }

    For More dedicated supports, please visit theme official support forum.

    Regards
    Kafle G

    Thread Starter PPCMD

    (@ppcmd)

    @kafleg

    Thanks for your help! It worked.

    Nice to know that your problem is solved. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Footer Text’ is closed to new replies.