How to HIDE Slider Heading and Slider Heading Description... Urgent..

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by effyeweb, Feb 14, 2017.

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

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    How to HIDE Slider Heading and Slider Heading Description... Urgent..
    old code not function anymore.....
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    To remove the slider caption, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.

    Code:
    #myCarousel .carousel-caption{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    but i want to keep the button....... only HIDE Slider Heading and Slider Heading Description (2 parts only)
    But want to keep the buy button and sell button......
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    In that case, you must use below custom CSS code:
    Code:
    #myCarousel h1,
    #myCarousel li{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    well .... this new code works......TQ
     
Thread Status:
Not open for further replies.

Share This Page