Hello, and first of all thank you for such a wonderful theme. I am building a new website using, for now at least, the 00016 BlueOrange predefined theme. I have built a 3D Carousel for the landing page, and it looks great. But one thing I'm trying to do which doesn't seem possible without custom CSS, is to overlay the Content Title on top of the image. Currently, the picture is shrunk and the text goes above it.
I am achieving something similar on an older website with Flexslider and the following custom CSS:
:not(.views-row) > .views-field-title {
position:relative;
bottom:30px;
right:0px;
font-size:16px;
text-align:center;
color:black;
background-color:white;
opacity:0.8;
width:190px;
}
Can something similar be done for the 3D Carousel? Please note that my knowledge of CSS is extremely basic.
Create 3D Carousel with associated pictures and Content Titles.
Fixed
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.