I'd like to make the audience pay attention to sections since they are topics of the slides that will be presented afterwards and shouldn't be missed, so for every section I define a frame like this:
here's the code:
\begin{frame}
\frametitle{\textarabic{}}
\begin{minipage}{0.95\textwidth}
\begin{Arabic}
\begin{center}
\fcolorbox{blue}{blue}{\textcolor{white}{\LARGE{نمایش تنک}}}
\end{center}
\end{Arabic}
\end{minipage}
\end{frame}
The sections are shown at the upper right hand corner (the blue rectangle) and the subsections are shown in the grey rectangle. I am trying to find some other methods to make it look more attractive without the need to add lots of code defining new shapes and objects and such.
