Slide description and button on mobile site

Home Forums Gravida Support Slide description and button on mobile site

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #48266
    KazKaz
    Participant
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: September 24, 2016

    Both the Slide Description and the Slide Button appear on the desktop web page only but do not appear on the mobile site. How do I get them to appear on the mobile site too?

    My site is: http://i-smartsignaller.com/home/

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

    Hi Kaz,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:767px){
    .nivo-caption{top:0 !important; padding:10px 0 !important;}
    .title{font-size:13px !important; left:1.5% !important;}
    .slidedesc, .slidebtn{display:table !important;}
    .slidedesc{font-size:11px !important; left:1.5%; padding:3px; }
    .slidebtn{font-size:12px !important; left:1.5%;}	
    }

    Regards,
    Brad

    #48314
    KazKaz
    Participant
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: September 24, 2016

    Thank you, Brad. That works.

    Would you know how I can remove the black dot at the bottom centre of the slider image? I only have 1 image and so, I don’t need the dot to be visible.

    Thanks.

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

    Hi Kaz,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .nivo-controlNav{display:none;}

    Regards,
    Brad

    #48372
    KazKaz
    Participant
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: September 24, 2016

    Thanks a bunch, Brad. It works.

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

    🙂

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