I can’t change the “featured text” on the mobile device on focus-consult.at. I can change the font size of the title on the mobile device like so:
.featured-text .featured-title {
font-size: 12px;
}
But i can’t change the size of the text below. Some of the things I tried:
.featured-text {
font-size: 11px;
background-color: yellow;
}
.featured-content {
border: 1px solid green;
font-size: 11px;
}
.featured-text .featured-content {
font-size: 11px;
}
The last one works on Firefox and makes the font-size smaller, but when I add it to the custom CSS file it doesn’t pick it up.