This action is used next to mobile menu bar
function my_custom_mobile_menu_button(){ echo 'echo '<a href="SOME_URL">BUY NOW</a>'; } add_action('jaw_mobile_menu_wrapper', 'my_custom_mobile_menu_button');The result can look like this:
List of all hooks you can find HERE