- This topic has 3 replies, 2 voices, and was last updated 1 year ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Is it possible to show featured Slider description and button on mobile and tablet?
Like the desktop view?
Hi Marte,
At first, thank you for choosing our theme and service.
Please share your website URL and we will check for possible solutions.
Kind Regards
Hi Marte,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 979px) {
.slider-content, .slider-read-more {
display: block !important;
}
}
Kind Regards