Archived topic
bar below header with text-break
1 reply · Started by Katharina on June 3, 2019
I want to change my success bar below my header and have to lines with text in different fonts
screenshot https://paste.pics/5PUU4
it's the section with the 3 purple fields. I did try few things.
I want the cursive text smaller and in one line and different colors.
Also the gap between the first and second line should be not to big.
Thanks
Kati
Hi there,
so its using the h6 and they're inside the flex-grid container so you could target them specifically like so:
.flex-grid h6 {
font-size: 18px;
}