tknospdr
(David Muszynski)
206
Yes, I found it finally…
// This fixes the built in welcome banner
.--with-bg-img .welcome-banner__wrap {
border-radius: 20px;
}
.welcome-banner__title {
font-size: var(--font-up-4);
max-width: 900px;
}
.welcome-banner__subheader {
font-size: 17px;
}
You mean the subhead?
I followed along with step 2 on this page:
1 Like