Remove Slider Heading and Description on first slide

Discussion in 'ColorWay WordPress Theme' started by rlculver, Nov 30, 2014.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Hi,

    Is it possible to remove the slider heading and description on the first slide, including the grey box when no entry is provided.

    Many Thanks

    Robert
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide .slide-content.entry {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    jezbellkid likes this.
  3. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi that's good, but now you can't click on the image to get to the link... what can be done? Thanks
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    That link is word for that slider heading, now you have remove that so how can the link will work ?

    If you want to use that link then you have to display that slider description.

    Thanks & Regards
    Yogesh Bhade
     
  5. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Thanks.

    I see this removes it from all the sliders. Can we remove from just the first one?

    Many Thanks
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    If you want to remove slider description from first slider then you have to edit in code.
    If you want to do this change in code please do some steps as shown below in screenshot.

    17dec3.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page