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*

Interface Theme – Slider text shows on Mac and iPad Mini but not on iPhone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41504
    paul.mills
    Participant

    Hi, on my website (www.respectpilates.com) the slider text shows perfectly on Mac and iPad Mini but not on iPhone. I have seen a few posts to correct for iPad but not iPhone. Is there a resolution to this as it really affects the functionality of my mobile web page?

    #41552

    Hi paul.mills,
    We have designed this way. So that the user can view the full image. If we enable the content in the slider then you cannot view the full image properly.

    Thank you!

    #41616
    paul.mills
    Participant

    Hi, thank you for your quick response.

    Is there anyway that I can customise this? The text on the slider is a call to action to click on the image and navigate to the pages behind. Can we just reduce the size of the text so that both text and image are visible?

    Thanks,
    Paul

    #41840

    Hi Paul.mills,

    To display the featured content Go to Appearance -> Customize/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: 767px) {
            .featured-title,
    	.featured-content {
    		display: block;
    	}
           .featured-text .featured-title {
                    font-size: 15px;
            }
    }

    Thank you!

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