• Hi,
    Evolve theme is great, even in free one.

    How can I remove Title and Description on Slider, but
    I need the Action Button ([Learn More]).

    Thanks alot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    If you want to get rid of title and description of bootstrap slider then you can add following code under Appearance > Theme Options > Custom CSS:

    #bootstrap-slider .carousel-caption h2 {
      display: none;
    }
    
    #bootstrap-slider .carousel-caption p {
      display: none;
    }

    Hope this helps!

    Thanks.

    Thread Starter marionyeosaki

    (@marionyeosaki)

    Thanks alot emranemranx.
    It’s work.

    I add:
    #bootstrap-slider .carousel-caption {background:none;}

    to remove the background too.

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove slider's Title and Description only Action Button left’ is closed to new replies.