Home Forums business form Sliders Oppacity Light Reply To: Sliders Oppacity Light

#3239
arjun
Keymaster

go to additional CSS and add this on it and published it

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
  • This reply was modified 5 years, 7 months ago by arjun.