how do I remove the button from the slider?

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 17, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I cannot remove the button from the first slider. When I remove the text, the default text shows up. The button does not show on the 2nd and third sliders, just the first one....

    Please advise. The site is primestrategyinc.com

    Thanks, Sandra
     
  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. falcs95

    falcs95 New Member

    Joined:
    Jul 29, 2013
    Messages:
    5
    Likes Received:
    0
    Location:
    Islip, New York
    Is there a way to remove the text as well? Also show the pictures not faded?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    /* Fot hiding image background */
    
    .nivo-caption{
    background: none;
    }
    
    /* Fot hiding image caption */
    
    .slide-h1{
    display:none;
    }
    
    p.slide-para{
    display:none;
    }
    
    .nivo-caption a.slide-button {
        display: none !important;
    }
    Regards,
    Akbar
    InkThemes.com
     

Share This Page