Slider Image - How to Remove

Discussion in 'ColorWay WordPress Theme' started by xcrypto, Mar 19, 2013.

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

    xcrypto New Member

    Joined:
    Mar 16, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to just show the slider text only. However, I would only like it to be disabled until I create a proper graphic, then I would like to reenable.

    Currently, there are 4 sliders... would like to only display two or three...
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .slide-img {
    display: none;
    }
    This will solve your problem.
    This will remove the slider image, And when you want to show the slider image then remove the code from there.

    And if you add three images in the slider then you can see only three images. there is no boundation to add all the four image to the

    Thanks.
     
  3. xcrypto

    xcrypto New Member

    Joined:
    Mar 16, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks Harmeet.
     
Thread Status:
Not open for further replies.

Share This Page