You can hide it with CSS by using something like this:
.pl-developer {display:none !important;}
BTW can you leave a positive review here if you like my plugin? Thanks!
-
This reply was modified 2 years, 8 months ago by
PriceListo.
I have changed the .pl-developer line with the line you provided in following .css files.
wp-content/plugins/best-restaurant-menu-by-pricelisto/assets/dist/css/public/brm-minimalist.css
and
wp-content/plugins/best-restaurant-menu-by-pricelisto/assets/dist/css/public/brm-minimalist-min.css
I am using the minimalist theme, but the branding line still is visible.
Nvm. It worked with changing those files. It did not update properly on the website.
where you have to act to remove the brand I tried as described but it doesn’t work
thanks
I’ve used a different method:
– Edit the “/wp-content/plugins/best-restaurant-menu-by-pricelisto/includes/class-brm-shortcode.php” file
– Remove or comment out line 32.
public function __construct() {
add_shortcode( ‘brm_restaurant_menu’, array( $this, ‘render_shortcode’ ) );
/**
add_action( ‘brm_after_template_part’, array( $this, ‘render_template_backlink’ ), 10, 4 );
*/
}