Rohit Chopra
asked 9 years ago

Hey there,

I need only one of the carousel blocks on the social wall to have a title always shown.
How can i achieve it?

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.carousel .carousel-caption {
  opacity: 1;
  bottom: 90px;
}

.carousel:hover .carousel-caption {
  bottom: 0 !important;
}

.block.format-gallery .block-inner .carousel-caption {
  bottom: 70px;
}

Hope this helps !

Powered by DW Question & Answer Pro