That makes it look better on mobile but the regular desktop size of the header title is now really small, and I can’t seem to make it bold either. Any ideas on that?
That’s the custom CSS I use right now for the current effects.
.mythemes-header a.header-title {
font-size: 75px;
}
.mythemes-header a.header-title {
font-weight: bold;
}
.mythemes-header a.header-description {
font-weight: bold;
}
div.mythemes-header a.header-title,
div.mythemes-header a.header-description{
display: block;
font-style: normal;
font-variant: normal;
font-weight: 500;
}