Hide the button within slider?

Discussion in 'Harrington- A WordPress Business Theme.' started by robnog, Jun 15, 2016.

  1. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    Please advise the css code.. thank you
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-caption-wrap .sy-caption {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    still showing button on 1st slider?
    bianchipainting.com
     
  4. priya

    priya Guest

    Hi,

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    sorry wrong site: providencepaintingpros.com
     
  6. priya

    priya Guest

    Hi,

    Code is given below..
    Code:
    .nivo-caption a.slide-button {
        display: none !important;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page