nivo slider - add text to the slider

后端 未结 4 1594
名媛妹妹
名媛妹妹 2021-02-10 07:30

I am currently using the nivo slider on my homepage, to show different images. It works perfectly. Although, next to the images there are some text, which I would like to follow

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-10 07:53

    Title

    Description

    Learn More »

    Title

    Description

    Learn More »

    Title

    Description

    Learn More »

    Here's my css:

    .nivo-caption {
      color: #FFFFFF;
      min-width: 550px;
      overflow: hidden;
      position: absolute;
      top: 180px;
      z-index: 8;
    }
    
    .nivo-html-caption {
      display:none;
    }
    

    Hope this helps.

提交回复
热议问题