Hi!
I want the "start course button" to be at the top on mobile. I use a code i saw on another thread that worked:
add_action('bp_before_course_body',function(){the_course_button();});
But I want it to only be visible on mobile? How can I achieve that?
@clubSY,
I am sorry this is not possible only for mobile because for this you have to change the single course page HTML which cannot be done using custom css