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*

Home page image slider text overlay on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39733
    Amy
    Participant

    In Attitude Pro using the image slider on the home page, but when size down the browser on desktop or view on mobile, the overlay text doesn’t show up. The area is clickable but the words and background solid color doesn’t appear?

    #39757

    Hi Amy,

    We have designed our theme this way. We have hide the slider content because it overlap the image and you can not see the image so we hide the slider content in mobile view.

    Thank you!

    #39769
    Amy
    Participant

    Thanks for the quick response. So it seems that we shouldn’t put key messaging in the slider content because it doesn’t show up any other place. If you have any suggestions on how others have addressed this, I’d be most grateful to hear. If not, no problem. Thanks!

    #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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.