Slider Mobile Links

Discussion in 'Woodpecker WordPress Business Theme' started by bwdaugherty, Dec 8, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Is it possible to add the slider buttons and text to the mobile version of the slider? Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    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;
    }
    }
    Thanks & Regards
    Pramod
     

Share This Page