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
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 !
Please login or Register to submit your answer