I want to move theme stylesheets from head section to body section, for example:
<link rel='stylesheet' id='flatsome-main-css-css'
href='//www.mysite.com/wp-content/themes/flatsome/css/foundation.css'
type='text/css' media='all' />
I want to move this link to the body section, but don't know how.