1. anthonylangham

    anthonylangham Guest

    Joined:
    May 22, 2014
    Messages:
    2
    Likes Received:
    0
    Location:
    here
    Hi There

    I wish to remove the button associated with the Sliders

    but only the button (default config 'Watch Demo')

    - is this possible?

    thanks
     
  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:
     .text-container p a{
    display:none;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page