Possible to turn off slider descriptions?

Discussion in 'ColorWay WordPress Theme' started by muskokadrive, Jan 30, 2018.

  1. muskokadrive

    muskokadrive New Member

    Joined:
    Jan 8, 2018
    Messages:
    1
    Likes Received:
    0
    I would like to remove/turn off the slider description area in each slide so they don't intrude on the image. This this possible?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the slider description, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #myCarousel .carousel-caption {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. seaglass

    seaglass New Member

    Joined:
    Oct 20, 2012
    Messages:
    14
    Likes Received:
    0
    Hi! I tried this and the heading was also removed. Is it possible to keep the heading without the description? TIA
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for getting back to us,

    Please use the below-mentioned CSS code:

    Code:
    #myCarousel li {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     
  5. seaglass

    seaglass New Member

    Joined:
    Oct 20, 2012
    Messages:
    14
    Likes Received:
    0
    Thanks!
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
  7. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the slider, just paste the code given below in Custom CSS section.
    (Dashboard->Appearence->Customizer-> Additional CSS) of your dashboard.

    Code:
    .sl-slider-wrapper {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page