- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Slider Post Title disappear on mobile
Slider Post Title disappear on mobile, we don’t know why. This happens at smartphone resolution. Can you fix this?
Open the style.css file and replace this CSS
#genesis-responsive-slider .slide-excerpt {
display: none;
}
WITH
#genesis-responsive-slider .slide-excerpt .slide-excerpt-border p {
display: none;
}
ok it works title is in, please is possibile to reduce by 30% the dimension of the font of the title?
some news?
🙂
add this
@media only screen and (max-width: 580px) {
#genesis-responsive-slider h2 a {
font-size: 16px;
line-height: 1.3;
}
}
it’s working great!
Thanks!