Hi
Thank you for a great template. Easy to Work with for a first time WP user. Everything looks as wanted on computer, but the featured text in the slider is not showing when on mobile. I have tried the below which I found in here. What to do?
Thank you in advance
Thomas
@media only screen and (max-width: 767px) {
.featured-text {
font-size: 10px;
line-height: 13px;
}
.featured-text .featured-title {
font-size: 11px;
line-height: 14px;
}
}