Hi
I'd like to interchange title and content font-size displayed on slides at header
it looks weird on my website the title is smaller and placed above the content line
is there a way to do that ?
thanks
.gkIsWrapper-gk_musicstate figcaption > p {
color: inherit;
font-size: 55px !important;
font-weight: 400 !important;
line-height: 55px !important;
}
.gkIsWrapper-gk_musicstate figcaption > h2 {
color: inherit;
font-size: 75px !important;
font-weight: 500 !important;
line-height: 72px !important;
}