Slider Title Does Not Show on Mobile – Bony

Home Forums Bony/Spirited Forum Slider Title Does Not Show on Mobile – Bony

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96883
    RobertRobert
    Participant
    • Topics: 23
    • Replies: 12
    • Total: 35
    Member since: June 20, 2016

    Is there a way to make the slider title show on mobile devices. Currently the pictures shows fine but the title (or description) does not show. I don’t necessarily need the description but it would be nice to show the title (and perhaps the button).

    Here is what it looks like now http://proofs.website/fwuc/wp-content/uploads/2018/03/fwuc-slider.png
    Let me know.

    Thanks!

    Robert

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

    Hi,

    You can go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .nivo-caption { display:block !important;}
    .nivo-caption p { display: none;}
    .slide_info h2 { font-size:18px !important;}
    }

    Regards,
    Chris

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