mobile not showing slider text

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 18, 2016.

Thread Status:
Not open for further replies.
  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, The text on the slider does not show up on mobile. I tested this on android and iphone. Please let me know how to correct this. The site is primestrategyinc.com

    Thanks, Sandra
     
  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    Let me tell you that we usually disable this feature for small devices due to responsiveness issues as on small device the text will become so small and will be not readable as well..

    But still if you want to get this in your site, we will do it for you...

    Do let me know what you think..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Thank you for your prompt reply. Yes, I would like the text on the slider to show on mobile for primestrategyinc.com Thanks, Sandra
     
  4. priya

    priya Guest

    Hello Sandra,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media (max-width: 767px){
    .nivo-caption {
        visibility: visible;
        width: 100%;
        height: auto;
    }
    .nivo-caption h1 {
        font-size: 20px;
    }
    p.slide-para {
        font-size: 15px;
    }
    .slide-button {
        font-size: 15px;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    That worked! Thanks, Sandra
     
Thread Status:
Not open for further replies.

Share This Page