Remove Overlay From Slider Image

Discussion in 'Infoway WordPress Theme' started by loupac1, Jun 5, 2013.

Thread Status:
Not open for further replies.
  1. loupac1

    loupac1 New Member

    Joined:
    Jun 5, 2013
    Messages:
    2
    Likes Received:
    0
    Is it possible to remove the overlay from the slider image. Basically I just want the image to show. I wont be using the slider feature of the theme so I want to remove the overlay from the image.

    http://www.hydraulichoseassembly.net/hosepower/
     

    Attached Files:

  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:
    #featured ul.ui-tabs-nav {
    display: none;
    }
     
  3. loupac1

    loupac1 New Member

    Joined:
    Jun 5, 2013
    Messages:
    2
    Likes Received:
    0
    Works great! Thank you!
     
Thread Status:
Not open for further replies.

Share This Page