Disable Slider Button?

Discussion in 'StartPoint Business One Page WordPress Theme' started by waynec901, Apr 24, 2014.

  1. waynec901

    waynec901 Guest

    Joined:
    Apr 23, 2014
    Messages:
    3
    Likes Received:
    0
    Hi! I was wondering how to disable the button on the first slide...the one that defaults to "view demo" when not used. 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:
    div.text-container {
    display: none;
    } 
    This will remove the slider caption.
     
  3. waynec901

    waynec901 Guest

    Joined:
    Apr 23, 2014
    Messages:
    3
    Likes Received:
    0
    Hi! Thanks for the reply...I figured it out, but I have a new issue..every word that uses an apostrophe such as " We're" comes out as "We\'re" with an extra slash. It does this in the slider and the 3 column boxes but not on the rest of the site. Thanks.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. waynec901

    waynec901 Guest

    Joined:
    Apr 23, 2014
    Messages:
    3
    Likes Received:
    0
    Hi, Thought I had it figured out again using html special characters. ex: "'". It worked but then on the next save they all reverted back.
    My site is http://mindysallwrappedup.com
    Thanks.
     
  6. Piyush

    Piyush Support Staff

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

Share This Page