Hello,
Thanks for using RestroPress. Can you please share some screenshot for the reference so that we can understand what you are talking about?
Hello,
Can you try to use this code in your active theme functions.php file and let us know whether that works fine or not for you?
add_filter( 'rpress_fooditems_excerpt', 'rpress_custom_description', 999 );
function rpress_custom_description( $content ) {
return substr( $content, 0, 999 );
}
Any further help with this one @kshirod-patel ?
Hello,
We are really sorry for the late response. Hope you have got the solution. If still you are looking for help then you can open a ticket for the issue here.
Kind Regards,
Team RestroPress,