Slider issue

Discussion in 'Woodpecker WordPress Business Theme' started by frankp, Mar 8, 2014.

  1. frankp

    frankp New Member

    Joined:
    Mar 8, 2014
    Messages:
    1
    Likes Received:
    0
    How can I remove the "Start Building your website button from the slider, but keep the slider heading and description? Thanks in advance.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    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;
    }
     
    This will solve your issue.
     

Share This Page