badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Home page image slider text overlay on mobile

#39893

Hi Amy,

To have the slider content you have to add some custom CSS for that go to Appearance -> Customizer/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

@media only screen and (max-width: 1078px) {
	.featured-title,
	.featured-content {
		display: none;
	}
	.featured-text .featured-title {
    		font-size: 19px
	}
}

Thank you!