• How do I remove “Powered by Verbosa & WordPress.” ?
    I have been looking in both theme customise options, widgets and template files. Is it perhaps on purpose hidden in the database?

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello thedani,

    => Put below code into your current active theme’s functions.php file located at wp-content/themes/your_current_active_theme/ folder.


    remove_action('cryout_master_footer_hook', 'verbosa_master_footer');

    Note : All Changes you done in functions.php or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter TheDani

    (@thedani)

    Thanks but that did not work for me. The grey box with “powered by” in it is still there. Yep, I use a child theme.

    Thread Starter TheDani

    (@thedani)

    Any other suggestion, as the above didn’t change anything for me.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove credits’ is closed to new replies.