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?
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.
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?
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;
}
}