Slider captions not showing

Home Forums All Other Themes Slider captions not showing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #115121
    kj1nggkj1ngg
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: February 14, 2018

    Hello Skt themes,

    I used te banking sector theme for this new site i am building @ http://www.hicms.org/nusite/. I just noticed that when viewed on my phone vertically the website slider text captions are not visible. They only show when i change my phone’s orientation to a horizontal view. It also works fine on a laptop/pc. How do i resolve this issue?

    Many thanks

    #115133
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .nivo-caption .title, .nivo-caption .slidedesc, .nivo-caption .slidebtn { display:block !important;}
    .nivo-caption .slidedesc { padding:0; margin:0;}
    }

    Regards,
    Dave

    #115294
    kj1nggkj1ngg
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: February 14, 2018

    thanks. I have added this to the custom css section and still the problem is yet to be solved.

    Regards
    kj

    #115319
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    @media screen and (max-width:479px) {
    .nivo-caption { display:block !important;}
    }

    Regards,
    Dave

    #115333
    kj1nggkj1ngg
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: February 14, 2018

    Hello,

    Still not working. Should i give you the login to the site so you can try from your end. I hope this is not an open forum

    Regards
    Kj

    #115336
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Yes, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #115373
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    This is done

    Regards,
    Dave

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