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

    Thanks for writing in,

    You can achieve that by a CSS code. For first slide’s title you can use the first child code and for rest you can use numbers in brackets. Please add following code under Appearance > Theme Options > Custom CSS:

    #bootstrap-slider .item:first-child .carousel-caption h2 {
      color: #eeeeee;
    
    #bootstrap-slider .item:nth-child(3) .carousel-caption h2 {
      color: #e3e3e3;
    }

    Thanks.

    Thread Starter gazelle101

    (@gazelle101)

    Thanks works.

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to give each carousel title a different color’ is closed to new replies.