How can I replace figure 1: to just 1 and the 1 is set half a line down?
I started with code from this site trying to adjust it, collecting the command, but don`t get it to run.
\documentclass[twoside]{scrartcl}
% \usepackage{showframe}
\usepackage{graphicx}
\usepackage{placeins}
\usepackage{sidenotes}
\usepackage{kantlipsum}
\usepackage{fontspec}
\usepackage[a4paper,left=24.8mm,top=27.4mm,headsep=2\baselineskip,textwidth=107mm,marginparsep=8.2mm,marginparwidth=49.4mm,textheight=49\baselineskip,headheight=\baselineskip]{geometry} % tufte-handout definitions
\usepackage{caption}
\usepackage[labelsep=space]{caption}
\DeclareCaptionFormat{empty} {#1}
\renewcommand*\ textsubscript \{figurename{}
\begin{document}
\begin{marginfigure}%
\caption{My caption}
\includegraphics[width=\marginparwidth]{example-image-a}
\end{marginfigure}
\kant[1]
\begin{figure}[h]
\sidecaption{St. Michel}
\includegraphics[width=\textwidth]{5}
\end{figure}
\begin{figure*}
\sidecaption{My caption}
\includegraphics[width=\linewidth]{2.png}
\end{figure*}
\kant[1]
\kant[1]
\kant[1]
\kant[1]
\kant[1]
\end{document}