You can do it by creating a child theme https://codex.wordpress.org/Child_Themes and then modifying the (probably) footer.php to delete or modify the lines which display this.
If it is a theme on wordpress.org a link to the theme would help so I can read through the files. A link to the site would help, as it may be easier to hide using CSS and a custom CSS plugin.
whoops, theme is Aldehyde. Sorry about that.
The line you would target in footer.php is
<?php printf( __( 'Theme Designed by %1$s.', 'aldehyde' ), '<a href="'.esc_url("http://inkhive.com/product/aldehyde/").'" rel="designer">InkHive</a>' ); ?>
Thank you very much for this. Your’re amazing 🙂
Hey there,
Please mark this thread as resolved. Cheers 🙂