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