• Hello,

    Thanks in advance for you help.

    I have tried the slider mobile (android only, dont have iOS phones), and have found that the featured post title and caption do not appear on the slider whilst the picture does.

    Got anything?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Template Express

    (@danstriker)

    hello,

    can I have your url please?

    Thread Starter David

    (@davidosdev)

    Here is the link to the page… https://aupear.com.au/

    Also this only seems to happen on phones or similar sized screens. I think it may also be linked to the text size not fitting on phones, is there a way to give phone/mobile access different font size flex slider caption and title?

    Thanks.

    Theme Author Template Express

    (@danstriker)

    Hello,

    a style has been applied to hide the slider text on mobile:

    @media screen and (max-width: 600px) {
    .flex-caption {
    display: none;
    }
    }

    you could change this to:

    @media screen and (max-width: 600px) {
    .flex-caption {
    display: inherit;
    }
    }

    And then apply a different font-size in that style

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FlexSlider Title and caption do not appear on mobile’ is closed to new replies.