Hi! I'm trying to change the styling of the tagline in the header using flare child theme stylesheet, but it doesn't work.
#site-description {
float: left;
font-size: 12px;
font-style: italic;
}
This declaration has no effect whatsoever on the tagline.
Please let me know what I'm missing. Thanks.