Remove Read More on Slider.

Discussion in 'Elite Pro WordPress Theme' started by skiges, Aug 30, 2013.

  1. skiges

    skiges New Member

    Joined:
    Aug 25, 2013
    Messages:
    9
    Likes Received:
    0
    I am using Slider 1 & 2 and would like to remove READ MORE or change to white so invisible
    http://couragetotransform.com

    I notice you have answered this before but send out a file to make the change.

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides span {
    display: none;
    }
     
  3. skiges

    skiges New Member

    Joined:
    Aug 25, 2013
    Messages:
    9
    Likes Received:
    0
    Great! One more question. I am just using the Slider Heading Area so on Slider #1 if I leave it blank it puts in default text. I entered a "." which is not a bad solution but can I just have it left blank? Thanks.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Appearance > Theme Option > Slider Settings > First Slider Heading
    and add paragraph text there.

    For example

    Code:
    <p></p>
    Use same process for others also.
     

Share This Page