Remove text box in slider

Discussion in 'ColorWay WordPress Theme' started by crystal0811, May 29, 2013.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .slide .slide-content.entry {
    display: none;
    }
     
  3. sharenasw

    sharenasw New Member

    Joined:
    Jun 4, 2013
    Messages:
    3
    Likes Received:
    0
    This solution did not work for me. http://anaheimuk.com/Wordpress/ More help in how to remove that Slider Information Text that appears when hovered over?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    This is shown there because of alt tag code in the image source code.
    Go to the Appearance > Theme Options > Slider Setting and remove the alt tag content from the slider image URL address section.

    [​IMG]
    This will solve your issue.
     

Share This Page